0.25.0
- Added support for the
RETURNINGclause to the SQLAlchemy dialect. This
requires CrateDB 4.2 or greater. In case you use any server side generated
columns in your primary key constraint with earlier CrateDB versions, you can
turn this feature off by passingimplicit_returning=Falsein the
create_engine()call. - Added support for
geo_pointandgeo_jsontypes to the SQLAlchemy
dialect.
Full Changelog: 0.24.0...0.25.0