0.28.0
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 likeLIMIT -1
could have been generated. Both
PostgreSQL and CrateDB only acceptLIMIT ALL
instead. -
Added support for computed columns in the SQLAlchemy ORM.
Full Changelog: 0.27.2...0.28.0