Releases: MonetDB/pymonetdb
Releases · MonetDB/pymonetdb
1.0.6
minor improvements
Multiline response handling
1.0.3
1.0.2
1.0.2
- Add the UUID, JSON and Geometry types
mini bug fix release
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
changes since 0.1
- pymonetdb is the official MonetDB Python client now
- Added sphinx docs on http://pymonetdb.readthedocs.io
0.1.1
First release!
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