Skip to content

0.28.0

Compare
Choose a tag to compare
@amotl amotl released this 08 Dec 11:00

What's Changed

  • Added a generic data type converter to the Cursor object, for converting
    fetched data from CrateDB data types to Python data types.

  • Fixed generating appropriate syntax for OFFSET/LIMIT clauses. It was possible
    that SQL statement clauses like LIMIT -1 could have been generated. Both
    PostgreSQL and CrateDB only accept LIMIT ALL instead.

  • Added support for computed columns in the SQLAlchemy ORM.

Full Changelog: 0.27.2...0.28.0