Skip to content

v0.0.14

Latest
Compare
Choose a tag to compare
@amotl amotl released this 18 Jun 07:12
· 1 commit to main since this release

What's Changed

  • Added ctk cfr and ctk wtf diagnostics programs
  • Removed support for Python 3.7
  • SQLAlchemy dialect: Use sqlalchemy-cratedb>=0.37.0
    This includes the fix to the get_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

  • @seut made their first contribution in #153

Full Changelog: v0.0.13...v0.0.14