aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid M <davidmj@users.sourceforge.net>2008-01-13 08:46:37 +0000
committerDavid M <davidmj@users.sourceforge.net>2008-01-13 08:46:37 +0000
commit5195509f3ba6d6e3f190ca1936afc196689ac07a (patch)
tree91a224a370097d3009f820d394792002c7ea9cad
parent13ee383aad2c1cbb75b86abe1a4c6600c6b08985 (diff)
downloadforums-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.php2
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).