crate / crate-python

Python DB API client library for CrateDB, using HTTP.
https://cratedb.com/docs/python/
Apache License 2.0
79 stars 30 forks source link

Enable ``RETURNING`` clause for sqlalchemy 2.0 #546

Closed Taliik closed 1 year ago

Taliik commented 1 year ago

Summary of the changes / Why this is an improvement

Added the two new returning flags to the crate dialect which were introduced with SQLAlchemy 2.0. Without these the returning clause will not work.

Checklist