Skip to content

Releases: vertica/vertica-python

Fixes commit/transaction regressions introduced in 0.4.0

08 May 23:35
Compare
Choose a tag to compare
Merge pull request #63 from uber/ak_transaction

fix transaction/commits

Misc bug fixes

04 May 19:09
Compare
Choose a tag to compare
Merge pull request #57 from uber/bugfix

Fix incomplete processing for write queries

Fix commit bug

30 Apr 05:16
Compare
Choose a tag to compare
0.4.2

Bump version

0.4.1

28 Apr 00:11
Compare
Choose a tag to compare
Merge pull request #52 from uber/iterator

fix condition when the query returns 0 row

0.4.0

23 Apr 19:53
Compare
Choose a tag to compare

Removes row_handler callback in favor of an iterator.

0.3.6

13 Apr 18:35
Compare
Choose a tag to compare

windows crypt support

0.3.3

09 Jan 22:48
Compare
Choose a tag to compare

When vertica gives back data types that aren't mapped in the vertica/column.py file, execution of query fails. This prevent it by defaulting the data type to unspecified.

0.2.3

11 Jun 18:47
Compare
Choose a tag to compare

Incorporating @kennethdamica PR to accept execute parameters as a tuple or dict

0.2.2

29 May 00:24
Compare
Choose a tag to compare

Incorporates build changes/fixes contributed by @kevints.
No functional changes to the library.