Skip to content

Fix DDL error with YesNo columns

Compare
Choose a tag to compare
@gordthompson gordthompson released this 26 May 16:25
· 9 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 .