crate / sqlalchemy-cratedb

SQLAlchemy dialect for CrateDB.
https://cratedb.com/docs/sqlalchemy-cratedb/
Apache License 2.0
3 stars 2 forks source link

Compiler: Add `CrateIdentifierPreparer` for properly quoting reserved words #21

Closed amotl closed 2 months ago

amotl commented 8 months ago

About

By using this component of the SQLAlchemy dialect compiler, it can define CrateDB's reserved words to be quoted properly when building SQL statements.

References

In this case, OBJECT needs to be quoted when used as column name.

Backlog