0.28.0
What's Changed
-
Added a generic data type converter to the
Cursorobject, 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 -1could have been generated. Both
PostgreSQL and CrateDB only acceptLIMIT ALLinstead. -
Added support for computed columns in the SQLAlchemy ORM.
Full Changelog: 0.27.2...0.28.0