CHANGES in ibm_db-0.10.0 vs CHANGES in ibm_db-1.0.0
- old
+ new
@@ -1,6 +1,21 @@
Change Log
==============
+2008/11/06 (IBM_DB adapter 1.0.0, driver 0.10.0):
+ - Support for short-hand migration syntax for datatype char and double in create_table
+ - Support for short-hand migration syntax for datatypes xml, char and double in change_table
+ - Support for secure connections using SSL (SECURITY=SSL) feature of DB2 in Adapter
+ Note: - This is supported from client version V9.5fp2 and onwards
+ - Support for altering the nullability constraint of a column.
+ - Added correct mapping for datatype :double for DB2 and Informix (double precision)
+ - Method support_ddl_transactions? overridden to return true. Feature of Rails2.2
+ IBM Dataservers support transactional migrations.
+ - Change in the style of accessing driver methods
+ Changed from scope resolution operator to dot operator
+ IBM_DB::connect '<db_name>','<username>','<pwd>' to IBM_DB.connect '<db_name>','<username>','<pwd>'
+ - Fixed Bug [#22430] --> Fixed limit ignorance for type character [char]
+ - ActiveRecord-2.1.2 test suite changes for IBM_DB
+
2008/09/01 (IBM_DB adapter 0.10.0, driver 0.10.0):
- Added Trusted Context support in Driver
- Made changes for the correct Mapping of Informix DataTypes to Ruby DataTypes
- ActiveRecord-2.1.0 test suite changes appropriate for DB2/IDS is been updated