diff options
| author | David M <davidmj@users.sourceforge.net> | 2008-01-13 08:46:37 +0000 |
|---|---|---|
| committer | David M <davidmj@users.sourceforge.net> | 2008-01-13 08:46:37 +0000 |
| commit | 5195509f3ba6d6e3f190ca1936afc196689ac07a (patch) | |
| tree | 91a224a370097d3009f820d394792002c7ea9cad | |
| parent | 13ee383aad2c1cbb75b86abe1a4c6600c6b08985 (diff) | |
| download | forums-5195509f3ba6d6e3f190ca1936afc196689ac07a.tar forums-5195509f3ba6d6e3f190ca1936afc196689ac07a.tar.gz forums-5195509f3ba6d6e3f190ca1936afc196689ac07a.tar.bz2 forums-5195509f3ba6d6e3f190ca1936afc196689ac07a.tar.xz forums-5195509f3ba6d6e3f190ca1936afc196689ac07a.zip | |
#19285
git-svn-id: file:///svn/phpbb/trunk@8324 89ea8834-ac86-4346-8a33-228a782c2dd0
| -rw-r--r-- | phpBB/includes/db/db_tools.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/db/db_tools.php b/phpBB/includes/db/db_tools.php index aa686018df..d417132c53 100644 --- a/phpBB/includes/db/db_tools.php +++ b/phpBB/includes/db/db_tools.php @@ -236,7 +236,7 @@ class phpbb_db_tools // A list of types being unsigned for better reference in some db's public static $unsigned_types = array('UINT', 'UINT:', 'USINT', 'BOOL', 'TIMESTAMP'); - public static $supported_dbms = array('firebird', 'mssql', 'mysql', 'oracle', 'postgres', 'sqlite'); + public static $supported_dbms = array('firebird', 'mssql', 'mysql', 'oracle', 'postgres', 'sqlite', 'db2'); /** * Set this to true if you only want to return the 'to-be-executed' SQL statement(s) (as an array). |
