kvesteri / postgresql-audit

Audit trigger for PostgreSQL
BSD 2-Clause "Simplified" License
126 stars 28 forks source link

Make sure that tests run on SQLAlchemy>=1.1 #22

Closed jacobsvante closed 7 years ago

jacobsvante commented 7 years ago

Why .astext is needed: http://docs.sqlalchemy.org/en/latest/changelog/migration_11.html#the-json-cast-operation-now-requires-astext-is-called-explicitly

Probably why .expression is needed: http://docs.sqlalchemy.org/en/latest/changelog/migration_11.html#hybrid-properties-and-methods-now-propagate-the-docstring-as-well-as-info

kvesteri commented 7 years ago

Thanks for the PR! 🚋