PyHDB Versions Save

SAP HANA Connector in pure Python

v0.3.4

6 years ago
  • Fixed parameters tuple access with unicode index (#98)
  • Ignore part 47 PARAMETERMETADATA in _handle_upsert (#89)

v0.3.2

7 years ago

v0.3.1

8 years ago
  • Raise IntegrityError on unique constraint violation

v0.3.0

8 years ago
  • 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