crate / sqlalchemy-cratedb

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

Types: Accept marshalling `datetime.date` values on `DateTime` fields #25

Closed amotl closed 2 months ago

amotl commented 8 months ago

About

The test suite of meltano-tap-cratedb, derived from the corresponding PostgreSQL adapter, will supply dt.date objects. Without this patch, those will otherwise fail on this routine.

References

Backlog