Notes:
This release of ibm_db supports database create and drop starting with version V97fp4 and above of DB2 client. With this TDD of rails becomes easier as one will be able to run rake related tasks like rake db:test:clone, rake db:test:purge etc that create and drop database.
Rails databases.rake file to benefit the feature of create and drop database for ibm_db can be found at https://gist.github.com/1653287 We will work with the rails team and soon get this into the Rails core.
Along with this the release also fixes the return of BigInt columns as string instead of fixnum.[bug # 29482]
Changes:
- Support for Create and Drop database on DB2 LUW with DB2 client version V97fp4 and above
- Fixed bug #29482 - Fixed bigint being returned as string in the adapter
|