Skip to content

Releases: snowflakedb/snowflake-sqlalchemy

Release

28 Sep 17:32
78e4a73
Compare
Choose a tag to compare
  • Improved performance by standardizing string interpolations to f-strings.
  • Improved reliability by always using context managers.

Release

23 Aug 19:07
ad44ebf
Compare
Choose a tag to compare
  • snowflake-sqlalchemy is now SQLAlchemy 2.0 compatible.
  • Fixed a bug that DATE should not be removed from SnowflakeDialect.ischema_names.
  • Fixed breaking changes introduced in release 1.4.0 that:
  • changed the behavior of processing numeric, datetime and timestamp values returned from service.
  • changed the sequence order of primary/foreign keys in list returned by inspect.get_foreign_keys and inspect.get_pk_constraint.

Release

21 Jul 17:43
d165925
Compare
Choose a tag to compare
  • Added support for regexp_match, regexp_replace in sqlalchemy.sql.expression.ColumnOperators.
  • Added support for Identity Column.
  • Added support for handling literals value of sql type Date, DateTime, Time, Float and Numeric, and converting the values into corresponding Python objects.
  • Added support for get_sequence_names in SnowflakeDialect.
  • Fixed a bug where insert with autoincrement failed due to incompatible column type affinity #124.
  • Fixed a bug when creating a column with sequence, default value was set incorrectly.
  • Fixed a bug that identifier having percents in a compiled statement was not interpolated.
  • Fixed a bug when visiting sequence value from another schema, the sequence name is not formatted with the schema name.
  • Fixed a bug where the sequence order of columns were not maintained when retrieving primary keys and foreign keys for a table.

Release

16 Dec 20:13
9118cf8
Compare
Choose a tag to compare
SNOW-519131: Bumped up Python SqlAlchemy PATCH version from 1.3.2 to …

…1.3.1 (#264)

Release

14 Sep 18:38
Compare
Choose a tag to compare
v1.3.2

SNOW-458926 Snowflake SqlAlchemy Version Bump from 1.3.1 to 1.3.2

Release

24 Jul 05:03
Compare
Choose a tag to compare
v1.3.1

SNOW-404237 Version Bump to 1.3.1

Release

22 Jul 00:22
Compare
Choose a tag to compare
v1.2.5

SNOW-394840 Version Bump from 1.2.4 to 1.2.5

Release

05 Oct 23:31
666843d
Compare
Choose a tag to compare
Release 1.2.4 (#195)

Co-authored-by: ankit-bhatnagar167 <ankit.bhatnagar@snowflake.com>

Release

31 Mar 00:32
Compare
Choose a tag to compare
v1.2.3

Bump version to 1.2.3

Release

10 Mar 13:32
Compare
Choose a tag to compare
v1.2.2

Bump up version to 1.2.2