Skip to content

Releases: MonetDB/pymonetdb

Multiline response handling

01 Nov 08:52
b09b038
Compare
Choose a tag to compare

1.0.4

changes since 1.0.3:

  • Multiline response handling (issue #12)

1.0.3

21 Oct 08:03
Compare
Choose a tag to compare

1.0.3

  • Handle MSG_INFO as a command response (issue #10)

1.0.2

16 Sep 14:20
95fddb3
Compare
Choose a tag to compare

1.0.2

  • Add the UUID, JSON and Geometry types

mini bug fix release

28 Jun 12:03
Compare
Choose a tag to compare

pip install pymonetdb failed when six was not installed, due to an unused version import in setup.py

pymonetdb is now the official MonetDB Python API

14 Jun 10:03
Compare
Choose a tag to compare

changes since 0.1

0.1.1

22 Mar 10:04
Compare
Choose a tag to compare
  • Add HUGEINT support #5

First release!

16 Jun 13:37
Compare
Choose a tag to compare

0.1

  • cleanup, pep8 compatiblity
  • Use tox and travis for testing
  • Fix Python3 support
  • Fix an issue where query contains unicode chars
  • Improved error handling (#2)
  • Forked from python-monetdb
  • switched to setuptools from distutils