Releases: MonetDB/pymonetdb
Releases · MonetDB/pymonetdb
1.6.0
What's Changed
- Support for COPY INTO ON CLIENT by @joerivanruth (#57) in #102
- Connection object leaks the password (#93) by @gijzelaerr in #105
- Make code style checking stricter (mypy and flake8) (#104) by @gijzelaerr in #105
- Make python UDF debug code work with Python3 (#45) by @joerivanruth in #103
Full Changelog: 1.5.1...1.6.0
1.5.1
What's Changed
- Fix failing unicode test by @gijzelaerr in #98
- Perform bin<->hex conversion directly, not in pymonetdb.Binary by @joerivanruth in #100
- prepare for 1.5.1 by @gijzelaerr in #101
Full Changelog: 1.5.0...1.5.1
1.5.0
What's Changed
- Use new MAPI handshake options, if available by @joerivanruth in #88
- Allow to connect using a full mapi uri in place of the database parameter. by @joerivanruth in #89
- Improve timezone handling by @joerivanruth in #90
- Add Python->MonetDB UUID conversion by @kutsurak in #92
- Try any hash algorithm that the server gives us in order. by @sjoerdmullender in #95
- Send Xclose commands to avoid server side space leaks by @joerivanruth in #97
New Contributors
- @joerivanruth made their first contribution in #88
Full Changelog: 1.4.1...1.5.0