Skip to content

Releases: gordthompson/sqlalchemy-sybase

Version 2.0.0

31 Jan 21:45
Compare
Choose a tag to compare

Updated version for SQLAlchemy 2.0

Add supports_statement_cache flag for SQLA 1.4.5+

02 Apr 23:15
Compare
Choose a tag to compare

Compatibility with SQLAlchemy 1.4

02 Nov 22:43
Compare
Choose a tag to compare
1.0.5

Compatibility with SQLAlchemy 1.4

Fix for rowcount handling

12 Jun 12:37
Compare
Choose a tag to compare

Thanks to @snowman2 for another fix.

Fix for get_lastrowid

08 Jun 21:13
Compare
Choose a tag to compare

Thanks to @snowman2 for the fix.

Support fast_executemany=True

27 May 17:16
Compare
Choose a tag to compare

The SAP ASE ODBC driver has implemented parameter arrays, so we can support pyodbc's fast_executemany=True when using that driver.

engine = create_engine(connection_uri, fast_executemany=True)

Note: This will not work with the FreeTDS ODBC driver.

Fix DDL rendered for #temp tables

20 May 22:48
Compare
Choose a tag to compare

First "real" release

15 May 11:16
Compare
Choose a tag to compare

SQLAlchemy 1.3.17 and later will automatically load this dialect if it has been installed.

Fix pip requirements

13 May 00:06
Compare
Choose a tag to compare
Fix pip requirements Pre-release
Pre-release

Still pre-release; see the README for details.