(bug 17028) Added support for IBM DB2 database. config/index.php has new interface...
authorLeons Petrazickis <leonsp@users.mediawiki.org>
Wed, 14 Jan 2009 22:20:15 +0000 (22:20 +0000)
committerLeons Petrazickis <leonsp@users.mediawiki.org>
Wed, 14 Jan 2009 22:20:15 +0000 (22:20 +0000)
commit5c7431a08ee1ae66e4ef7aec4317df5613a9323f
treec77e429754a425639974d2c5a9d15906fd98b9d7
parent97da5944442055c5c01ffdc0e60554f04ba69d64
(bug 17028) Added support for IBM DB2 database. config/index.php has new interface elements that only show up if PHP has ibm_db2 module enabled. AutoLoader knows about the new DB2 classes. GlobalFunctions has a new constant for DB2 time format. Revision class fixed slightly. Also includes new PHP files containing the Database and Search API implementations for IBM DB2.
config/index.php
includes/AutoLoader.php
includes/GlobalFunctions.php
includes/Revision.php
includes/SearchIBM_DB2.php [new file with mode: 0644]
includes/db/DatabaseIbm_db2.php [new file with mode: 0644]
maintenance/ibm_db2/README [new file with mode: 0644]
maintenance/ibm_db2/tables.sql [new file with mode: 0644]