Releases: gordthompson/sqlalchemy-access
Releases · gordthompson/sqlalchemy-access
Default connection pooling to NullPool
2.0.3 Version 2.0.3
Fix DDL error with YesNo columns
Fix DDL (CREATE TABLE) error when column defined as sqlalchemy_access.YesNo
instead of sqlalchemy.Boolean
. PR courtesy of @TOTOleHero .
Fix has_table() error
unexpected keyword argument 'info_cache'
Support SQLAlchemy 2.0
2.0.0 Apply updates for SQLA 2.0
Fix has_table() to be case-insensitive
1.1.4 Adjust tests for SQLA 1.4.46
Fix reflection with accented table names
1.1.3 Fix reflection with accented table names
Fix crash when using NullPool
PR courtesy of Chuck Cadman.
Support reflection for encrypted databases
1.1.1 Support reflection for encrypted databases
Add support for PK and FK reflection via ACE DAO
1.1.0 Add support for PK and FK reflection via ACE DAO
Enhance reflection of LongText and Single columns
Original PR courtesy of Kevin Edwards.