Changelog
=========

0.3.3
-----
- Truncate (instead of round) microseconds to milliseconds in time or timestamp columns.

0.3.2
-----
- Accept PARAMETERMETADATA part while handling select response
- Allow Decimal in prepared statements

0.3.1
-----
- Raise IntegrityError on unique constraint violation

0.3.0
-----
- 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(<inifile>) to connect to db with parameters from properly formatted ini file

0.2.4
-----
- added support for packing timestamps into payload
- added support for casting integers and floats provided in string format for packing into payload
- added support for casting floats and integers into strings where string is requested for payload

0.2.3
-----
- fixed nasty bug when looping over long list of result rows from select statement

0.2.1
-----
- CLOBs are now using cStringIO as underlying container to hold data as 'str' and not unicode (Python 2.x)
- Updated README (added basic information about LOBs)

0.2.0
-----
- Support for BLOB, CLOB, and NCLOB
- Lots of code refactoring and PEP8 cleanup

0.1.0
-----
- First release version
