Notes:
This release of the gem provides support for Activerecord’s Query Cache mechanism along with the following features
- Support for rename_column feature of DB2 on LUW version 9.7, DB2 on zOS 9 and enhanced rename_column support for Informix Dynamic Server
- Support for parameterized timestamp datatype feature of DB2 on LUW Version 9.7
- Enhanced support for Bigint datatype along with support for Bigserial datatype of IDS
- LOB/XML insertion has been enhanced by making it to use prepared statements completely
For other changes refer to the change log of the gem.
Changes:
- Support for Ruby-1.9.1
- Support for SQLRowcount in driver
- Support for Activerecord-2.3.2 [test suite updated]
- Fixed bug [24663] --> Fixed pre-mature clearing of the sql array in handle_lobs
- Fixed bug [23115] --> Fixed truncation of a nested query during update
- Fixed wrong setting of SQLID for schema on zOS 8 dataserver when schema is explicitly specified.
|