Skip to content

Releases: gordthompson/sqlalchemy-access

Fix DDL error with YesNo columns

26 May 16:25
Compare
Choose a tag to compare

Fix DDL (CREATE TABLE) error when column defined as sqlalchemy_access.YesNo instead of sqlalchemy.Boolean. PR courtesy of @TOTOleHero .

Fix has_table() error

07 Feb 17:34
Compare
Choose a tag to compare

unexpected keyword argument 'info_cache'

Support SQLAlchemy 2.0

30 Jan 15:23
Compare
Choose a tag to compare
2.0.0

Apply updates for SQLA 2.0

Fix has_table() to be case-insensitive

07 Jan 22:21
Compare
Choose a tag to compare
1.1.4

Adjust tests for SQLA 1.4.46

Fix reflection with accented table names

28 Jun 21:19
Compare
Choose a tag to compare
1.1.3

Fix reflection with accented table names

Fix crash when using NullPool

20 Dec 14:26
Compare
Choose a tag to compare

PR courtesy of Chuck Cadman.

Support reflection for encrypted databases

28 Sep 17:52
Compare
Choose a tag to compare
1.1.1

Support reflection for encrypted databases

Add support for PK and FK reflection via ACE DAO

04 Aug 15:52
Compare
Choose a tag to compare
1.1.0

Add support for PK and FK reflection via ACE DAO

Enhance reflection of LongText and Single columns

24 Oct 16:12
Compare
Choose a tag to compare

Original PR courtesy of Kevin Edwards.

Add warnings for unsupported ODBC functions

29 Aug 15:59
Compare
Choose a tag to compare

Emit warnings for get_pk_constraint() and get_foreign_keys() instead of just silently returning empty lists.