Releases: gordthompson/sqlalchemy-sybase
Releases · gordthompson/sqlalchemy-sybase
Version 2.0.0
Updated version for SQLAlchemy 2.0
Add supports_statement_cache flag for SQLA 1.4.5+
Opt-in to statement caching.
Compatibility with SQLAlchemy 1.4
1.0.5 Compatibility with SQLAlchemy 1.4
Fix for rowcount handling
Thanks to @snowman2 for another fix.
Fix for get_lastrowid
Thanks to @snowman2 for the fix.
Support fast_executemany=True
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
Fix for #1
First "real" release
SQLAlchemy 1.3.17 and later will automatically load this dialect if it has been installed.
Fix pip requirements
Still pre-release; see the README for details.