Skip to content

Fix DDL error with YesNo columns

Choose a tag to compare

@gordthompson gordthompson released this 26 May 16:25
· 10 commits to master since this release

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