kvesteri / postgresql-audit

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

Fix deprecation warning about case() arguments #87

Closed jpvanhal closed 1 year ago

jpvanhal commented 1 year ago

In SQLAlchemy 2.0, the whens argument to case() is now passed as a series of positional arguments instead of a list.

Refs #62