lemur/lemur/pending_certificates
Marti Raudsepp 8e2b2123f1 Fix filtering on boolean columns, broken with SQLAlchemy 1.2 upgrade
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
2018-04-09 18:59:23 +03:00
..
__init__.py Async Certificate Issuing using Pending Certificates (#1037) 2018-02-22 08:13:16 -08:00
cli.py Async Certificate Issuing using Pending Certificates (#1037) 2018-02-22 08:13:16 -08:00
models.py Async Certificate Issuing using Pending Certificates (#1037) 2018-02-22 08:13:16 -08:00
schemas.py Async Certificate Issuing using Pending Certificates (#1037) 2018-02-22 08:13:16 -08:00
service.py Fix filtering on boolean columns, broken with SQLAlchemy 1.2 upgrade 2018-04-09 18:59:23 +03:00
views.py Async Certificate Issuing using Pending Certificates (#1037) 2018-02-22 08:13:16 -08:00