Skip to content

Releases: questdb/questdb-connect

1.1.2

10 Sep 14:10
Compare
Choose a tag to compare

What's Changed

  • feat(core): make questdb-connect sqlalchemy 2.0 compatible by @ideoma in #16
  • fix: fix compatibility with superset by @ideoma in #18
  • fix: remove timezone clobbering by @nwoolmer in #19

Full Changelog: 1.0.12...1.1.2

1.0.12

29 Jul 17:13
11eb8a4
Compare
Choose a tag to compare

Release notes:

  • small fix for picking up the username correctly when passed to create_engine()

1.0.8

30 May 12:12
Compare
Choose a tag to compare

What is this

The implementation of the SQLAlchemy dialect for QuestDB available from Pypi: https://pypi.org/project/questdb-connect/ .

This package is then used by Apache Superset, where the QuestDB Engine spec resides. However this is pending to be merged apache/superset#24172. In the meantime, release 1.0.6 has the same functionality as 1.0.8 however it also
contains a copy of the QuestDB Engine spec.