v0.0.14
What's Changed
- Added
ctk cfr
andctk wtf
diagnostics programs - Removed support for Python 3.7
- SQLAlchemy dialect: Use
sqlalchemy-cratedb>=0.37.0
This includes the fix to theget_table_names()
reflection method.
Details
- Dependencies: Use
sqlalchemy-cratedb>=0.36.1,<1
by @amotl in #164 - Add CFR and WTF diagnostics programs by @amotl in #88
- cfr: Add support to directly export to an archive file by @seut in #153
- SQLAlchemy Dialect: Dependencies: Use
sqlalchemy-cratedb>=0.37
by @amotl in #94 - Use sqlalchemy's 'quote' function to quote table names and fix table quoting in cfr exporter by @seut in #172
- CI: Add GHA workflow recipe for staging packages to PyPI,
release-pypi.yml
by @amotl in #173 - Project: Add surrogate
setup.py
to satisfy GitHub by @amotl in #174
New Contributors
Full Changelog: v0.0.13...v0.0.14