Skip to content

0.25.0

Compare
Choose a tag to compare
@autophagy autophagy released this 28 Sep 08:31
  • 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 passing implicit_returning=False in the
    create_engine() call.
  • Added support for geo_point and geo_json types to the SQLAlchemy
    dialect.

Full Changelog: 0.24.0...0.25.0