CHANGES in ibm_db-1.0.0 vs CHANGES in ibm_db-1.0.1

- old
+ new

@@ -1,6 +1,12 @@ Change Log ============== +2008/12/18 (IBM_DB adapter 1.0.1, driver 1.0.1) : + - Support for datatype decfloat + - Changes in installation process. Now user should set IBM_DB_INCLUDE env variable instead of IBM_DB_DIR + - Support for specifying the Authentication type to be used during connection in adapter + - Corrected the ignorance of a connection, when the connection is successful with a warning + - ActiveRecord-2.2.2 test suite changes for IBM_DB 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