CHANGES in ibm_db-1.0.2 vs CHANGES in ibm_db-1.0.5
- old
+ new
@@ -1,6 +1,14 @@
Change Log
==============
+2009/03/24 (IBM_DB adapter 1.0.5, driver 1.0.5) :
+ - 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.
+
2009/03/06 (IBM_DB adapter 1.0.2, driver 1.0.1) :
- Support for specifying connection timeout in adapter
- Fixed Bug [23317] --> Fixed assumption of id as the primary key while updation/insertion of lob fields
- Fixed Bug [23389] --> Provided proper exception handling.
- Fixed the insertion of incorrect value for lob objects in case of has_and_belongs_to_many associations.