crate / crash

Crash is an interactive CrateDB command line interface (CLI) SQL shell with autocompletion.
Apache License 2.0
48 stars 13 forks source link

Dependencies: Update to `crate==1.0.0dev0` for validation purposes #441

Closed amotl closed 4 months ago

amotl commented 5 months ago

About

The CrateDB SQLAlchemy dialect needs more love, so it was separated from the DBAPI HTTP driver. This patch verifies the migration does not break anything, by updating to a pre-release of the upcoming crate-1.0.0 package.

References

amotl commented 4 months ago

Validation was successful, so the PR can be closed again.