Skip to content

0.32.0

Compare
Choose a tag to compare
@amotl amotl released this 06 Jul 22:16

What's Changed

  • SQLAlchemy DDL: Allow turning off column store using crate_columnstore=False.
    Thanks, @fetzerms.

  • SQLAlchemy DDL: Allow setting server_default on columns to enable
    server-generated defaults. Thanks, @JanLikar.

  • Allow handling datetime values tagged with time zone info when inserting or updating.

  • SQLAlchemy: Fix SQL statement caching for CrateDB's OBJECT type. Thanks, @faymarie.

  • SQLAlchemy: Refactor OBJECT type to use SQLAlchemy's JSON type infrastructure.

  • SQLAlchemy: Added insert_bulk fast-path INSERT method for pandas, in
    order to support efficient batch inserts using CrateDB's "bulk operations" endpoint.

  • SQLAlchemy: Add documentation and software tests for usage with Dask

New Contributors

Full Changelog: 0.31.1...0.32.0