CHANGES in ibm_db-0.4.6 vs CHANGES in ibm_db-0.6.0
- old
+ new
@@ -1,7 +1,13 @@
CHANGE LOG
==============
+2007/04/30 (0.6.0):
+ - Support for remote connections to DB2 Universal Database on z/OS version 9
+ - Support for result set pagination via ActiveRecord add_limit_offset! method for DB2 Universal Database on z/OS and i5/OS
+ - Defect fixes
+ - Improved documentation
+
2007/04/20 (0.4.6):
- Fixed XML columns creation default value (NOT NULL)
- Fixed border case for IS NULL in where clauses
- Improved documentation (connection attributes)
@@ -28,6 +34,6 @@
2006/06/07 (0.1.0):
- Fixed compatibility issue with other adapters
- If a schema is omitted in database.yml, the username is now used as default schema
- Introduced descriptive CLI error messages when a connection or an execute statement fails
- - Introduced check against schema in method 'indexes'
\ No newline at end of file
+ - Introduced check against schema in method 'indexes'