8e2b2123f1
SQLAlchemy 1.2 does not allow comparing string values to boolean columns. This caused errors like: sqlalchemy.exc.StatementError: (builtins.TypeError) Not a boolean value: 'true' For more details see http://docs.sqlalchemy.org/en/latest/changelog/migration_12.html#boolean-datatype-now-enforces-strict-true-false-none-values |
||
---|---|---|
.. | ||
__init__.py | ||
models.py | ||
schemas.py | ||
service.py | ||
views.py |