DB2: Implemented prepared statements for INSERT and UPDATE to allow more than 32k...
authorLeons Petrazickis <leonsp@users.mediawiki.org>
Wed, 1 Sep 2010 18:14:15 +0000 (18:14 +0000)
committerLeons Petrazickis <leonsp@users.mediawiki.org>
Wed, 1 Sep 2010 18:14:15 +0000 (18:14 +0000)
commitfaef1c92c28153400c682edccd78ab83be1d0314
tree47bb0cc73ae8980038ab455a8715efe0e0397520
parent9fb2b16dc08484d3ace89c3dc9c2d2cd046daa97
DB2: Implemented prepared statements for INSERT and UPDATE to allow more than 32k of text data
DB2: New LIST_SET_PREPARED mode for DatabaseIbm_db2::makeList() that handles ? tokens in prepared UPDATE statement
DB2: General fixes for DB2 database schema
DB2: Factored out foreign key definitions into foreignkeys.sql so that more can be added down the line without messing with the main schema
DB2: Better limit and offset support
includes/Defines.php
includes/GlobalFunctions.php
includes/db/DatabaseIbm_db2.php
maintenance/ibm_db2/foreignkeys.sql [new file with mode: 0644]
maintenance/ibm_db2/tables.sql