kvesteri / postgresql-audit

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

Fix deprecation warning about Query.get() #88

Closed jpvanhal closed 1 year ago

jpvanhal commented 1 year ago

In SQLAlchemy 2.0, the Query.get() method has moved to Session.get().

Refs #62.