Skip to content

Releases: bluelabsio/sqlalchemy-vertica-python

v0.6.3

05 Jun 20:28
Compare
Choose a tag to compare

update version tag
Full Changelog: v0.6.2...v0.6.3

v0.6.2

05 Jun 20:24
Compare
Choose a tag to compare

Update Version tag
Full Changelog: v0.6.1...v0.6.2

v0.6.1 Fix CircleCI config

05 Jun 20:18
be82055
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.6.1

v0.6.0 Update to SQLAlchemy 2.0 syntax

05 Jun 19:38
30084e1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.10...v0.6.0

Return schemas in order in get_schema_names()

09 Jun 15:30
Compare
Choose a tag to compare

New features:

  • None

Bug fixes / reliability improvements:

  • Return schemas in order in get_schema_names() - thanks to @Lordshinjo!

Other updates:

  • None

get_pk_constraint() fix

19 Mar 19:45
Compare
Choose a tag to compare

New features:

  • None

Bug fixes / reliability improvements:

  • get_pk_constraint() is now compliant with SqlAlchemy spec - #9 - thanks to @villebro!

Other updates:

  • None