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

PyHDB v0.3.0

Compare
Choose a tag to compare
@jarus jarus released this 29 Oct 22:02
· 33 commits to master since this release
  • 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