vertica-python

Official native Python client for the Vertica Analytics Database.

APACHE-2.0 License

Downloads
2M
Stars
378
Committers
72

Bot releases are hidden (Show)

vertica-python - 1.3.8 Latest Release

Published by sitingren 10 months ago

What's Changed

Full Changelog: https://github.com/vertica/vertica-python/compare/1.3.7...1.3.8

vertica-python - 1.3.7

Published by sitingren 11 months ago

vertica-python - 1.3.6

Published by sitingren 12 months ago

What's Changed

Full Changelog: https://github.com/vertica/vertica-python/compare/1.3.5...1.3.6

vertica-python - 1.3.5

Published by sitingren about 1 year ago

What's Changed

Full Changelog: https://github.com/vertica/vertica-python/compare/1.3.4...1.3.5

vertica-python - 1.3.4

Published by sitingren about 1 year ago

vertica-python - 1.3.3

Published by sitingren about 1 year ago

What's Changed

Full Changelog: https://github.com/vertica/vertica-python/compare/1.3.2...1.3.3

vertica-python - 1.3.2

Published by sitingren over 1 year ago

What's Changed

Full Changelog: https://github.com/vertica/vertica-python/compare/1.3.1...1.3.2

vertica-python - 1.3.1

Published by sitingren over 1 year ago

What's Changed

Full Changelog: https://github.com/vertica/vertica-python/compare/1.3.0...1.3.1

vertica-python - 1.3.0

Published by sitingren over 1 year ago

What's Changed

Full Changelog: https://github.com/vertica/vertica-python/compare/1.2.0...1.3.0

vertica-python - 1.2.0

Published by sitingren almost 2 years ago

🔔 This is the last version that supports Python < 3.7

What's Changed

Full Changelog: https://github.com/vertica/vertica-python/compare/1.1.1...1.2.0

vertica-python - 1.1.1

Published by sitingren over 2 years ago

What's Changed

Full Changelog: https://github.com/vertica/vertica-python/compare/1.1.0...1.1.1

vertica-python - 1.1.0

Published by sitingren over 2 years ago

What's Changed

Full Changelog: https://github.com/vertica/vertica-python/compare/1.0.5...1.1.0

vertica-python - 1.0.5

Published by sitingren over 2 years ago

What's Changed

Full Changelog: https://github.com/vertica/vertica-python/compare/1.0.4...1.0.5

vertica-python - 1.0.4

Published by sitingren over 2 years ago

What's Changed

Full Changelog: https://github.com/vertica/vertica-python/compare/1.0.3...1.0.4

vertica-python - 1.0.3

Published by sitingren almost 3 years ago

What's Changed

Full Changelog: https://github.com/vertica/vertica-python/compare/1.0.2...1.0.3

vertica-python - 1.0.2

Published by sitingren about 3 years ago

What's Changed

  • New behavior: Parsing text representation of [var]binary data sent by server in #414
  • Support leading whitespace for inserts in executemany (#415) by @vhermecz in #416
  • Fix #419: Improve error handling for COPY LOCAL queries in #420
  • Improve Connection.cancel() readme description and tests in #418
  • Infrastructure update: Migrate test from Travis CI to Github Actions in #405, #406, #407
  • Infrastructure update: Update copyright year to 2021 in #404

Full Changelog: https://github.com/vertica/vertica-python/compare/1.0.1...1.0.2

vertica-python - 1.0.1

Published by sitingren almost 4 years ago

  • Raise ConnectionError in connection.write (#401)
  • Fix DATETIME type object: add the missing vertica type DATE (#402)
  • Add tests for Cursor.description (#402)
  • Upgrade Travis test settings and update README (#400) (#402)
vertica-python - 1.0.0

Published by sitingren about 4 years ago

  • Fixed #387: Add Autocommit APIs (#395)
vertica-python - 0.11.0

Published by sitingren about 4 years ago

  • Support COPY FROM LOCAL (#386)
  • Add numeric prefix schema support for cursor.executemany() (#382)
  • Fix rowcount inconsistency for nextset (#388)
vertica-python - 0.10.4

Published by sitingren over 4 years ago

  • Improve Cursor.copy() error handling (#367)
  • Add default tuple adapter (#368)(#372)
  • Make vertica_python.errors classes (un)picklable (#374)