Skip to content
This repository has been archived by the owner on May 5, 2021. It is now read-only.

Releases: SAP-archive/PyHDB

PyHDB v0.3.4

16 Feb 12:44
Compare
Choose a tag to compare
  • Fixed parameters tuple access with unicode index (#98)
  • Ignore part 47 PARAMETERMETADATA in _handle_upsert (#89)

PyHDB v0.3.2

15 Aug 21:15
Compare
Choose a tag to compare
Relase of version 0.3.2

PyHDB v0.3.1

18 Nov 23:20
Compare
Choose a tag to compare
  • Raise IntegrityError on unique constraint violation

PyHDB v0.3.0

29 Oct 22:02
Compare
Choose a tag to compare
  • Added LOB_WRITE requests allowing to insert or update LOBs of arbitrary size
  • Added support of SELECT FOR UPDATE statements
  • Added support of Geometry types
  • Added support for procedures with resultsets
  • Fixed and improved Real, BigInt, Time and Date types
  • Code cleanup and refactoring
  • Renamed logger form receive to pyhdb
  • Reactivated unit tests which were deactivated by accident
  • Added pyhdb.connect.from_ini() to connect to db with parameters from properly formatted ini file