Skip to content

Releases: vertica/vertica-python

1.2.0

20 Dec 09:28
6d9178f
Compare
Choose a tag to compare

🔔 This is the last version that supports Python < 3.7

What's Changed

Full Changelog: 1.1.1...1.2.0

1.1.1

08 Jul 09:19
c73a109
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.0...1.1.1

1.1.0

08 Jun 10:50
8c808d4
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.5...1.1.0

1.0.5

11 Apr 08:22
1def9e5
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.4...1.0.5

1.0.4

23 Mar 07:35
208685c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.3...1.0.4

1.0.3

18 Jan 03:15
8d5b48e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.2...1.0.3

1.0.2

12 Oct 08:16
c150578
Compare
Choose a tag to compare

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: 1.0.1...1.0.2

1.0.1

04 Dec 11:39
d9ecec9
Compare
Choose a tag to compare
  • 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)

1.0.0

08 Sep 07:28
0ebd4e5
Compare
Choose a tag to compare
  • Fixed #387: Add Autocommit APIs (#395)

0.11.0

29 Jul 12:00
81deda8
Compare
Choose a tag to compare
  • Support COPY FROM LOCAL (#386)
  • Add numeric prefix schema support for cursor.executemany() (#382)
  • Fix rowcount inconsistency for nextset (#388)