- Fixed compatibility issues with SQLAlchemy 1.0.x - Map SQLAlchemy's `TEXT` column type to CrateDB's `STRING` type
0.13.0
- Add support for table creation using the SQLAlchemy ORM functionality - Fix: Match predicate now properly handles term literal
0.12.5
- Changed update statement generation to be compatible with CrateDB 0.47.X
0.12.4
- Add missing functionality in `CrateDialect`, including: default schema name, server version info, check if table/schema exists, list all tables/schemas
0.12.2
- Add `match` predicate to support fulltext search