crate / crate-python

Python DB API client library for CrateDB, using HTTP.
https://cratedb.com/docs/python/
Apache License 2.0
78 stars 31 forks source link

SQLAlchemy: Rename leftover occurrences of `Object` to `ObjectType` #565

Closed amotl closed 1 year ago

amotl commented 1 year ago

About

The new symbol to represent CrateDB's OBJECT column types is now called ObjectType. Before, it was just called Object, or sometimes Craty, which is both either a bit ambiguous, or a bit too fancy.