- v1.9.0 (March 4, 2026)
- Add support for
DECFLOATandVECTORdata types - Add server_version_info support
- Add support for
ILIKEin queries - Fix
SYSDATE()rendering - Fix and improve schema reflection (SNOW-593204, SNOW-2331576, SNOW-2852779)
- Fix crash when reflecting without specifying a schema, caused by
Nonearguments in internal schema resolution (#623). - Fix crash when
SHOW TABLESreturns empty string table names, causingIndexErrorduring reflection (#296). - Fix incomplete identity column reflection metadata, now includes all fields required by SQLAlchemy 2.0+ (
always,cycle,order, etc.). - Introduce shared helper for fully-qualified schema name resolution, replacing inconsistent ad-hoc patterns across reflection methods.
- Refactor column reflection internals into dedicated helpers to reduce complexity without changing behavior.
- Add
pytest-xdistparallel test support via per-worker schema provisioning hooks.
- Fix crash when reflecting without specifying a schema, caused by
- Bump
pandaslower bound insa14test environment from<2.1to>=2.1.1,<2.2to ensure pre-built wheels are available for Python 3.12 - Fix SQLAlchemy version parsing (SNOW-3066571)
- Document support for session parameters (like QUERY_TAG), references: #644
- Support timezone in timestamp and datetime types (#199)
- Add support for