0.25.0
- Added support for the
RETURNING
clause 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=False
in the
create_engine()
call. - Added support for
geo_point
andgeo_json
types to the SQLAlchemy
dialect.
Full Changelog: 0.24.0...0.25.0