Comment 1 for bug 1830307

Revision history for this message
Zhenmei (zma-4) wrote :

When I change the sqlalchemy to 1.1.11, then it works. But with sqlalchemy 1.2.x version, then it failed. It maybe caused by that sqlalchemy Boolean datatype now enforces strict True/False/None values.
reference: https://docs.sqlalchemy.org/en/13/changelog/migration_12.html