Changes to IBM DB2 support:
authorLeons Petrazickis <leonsp@users.mediawiki.org>
Wed, 23 Sep 2009 18:39:50 +0000 (18:39 +0000)
committerLeons Petrazickis <leonsp@users.mediawiki.org>
Wed, 23 Sep 2009 18:39:50 +0000 (18:39 +0000)
commitb6159168d9a4e53e12069a4a3b6bba2b8e7a9552
tree7618f8afbe997763159529ce1b428fb2fc21eb2f
parentfaabe7fe7bf0f7d1759ccf0b42ef6ad5441763d4
Changes to IBM DB2 support:
* Removed database column name lowercasing kludge -- now using the official way of getting lowercase column names
* Added reliable way of getting the last insert id -- required by database API
* Fixed bug where inserted data was always rolled back when the IGNORE flag was passed
* Stripped out all unused sequence definitions from the database schema -- the current DB2 database schema uses GENERATED BY DEFAULT columns, not sequences
includes/db/DatabaseIbm_db2.php
maintenance/ibm_db2/tables.sql