diff options
author | CiaranG <ciaran@ciarang.com> | 2008-09-09 03:22:24 -0400 |
---|---|---|
committer | CiaranG <ciaran@ciarang.com> | 2008-09-09 03:22:24 -0400 |
commit | 26634ef0a08234980835698e40b23a291305d1f8 (patch) | |
tree | edb8255b42a7d5da8da942e1084976b9f79e2199 /lib | |
parent | eb4df223e6bb63c4a81e744c74b2f7fae335a8a0 (diff) |
Initial support for PostgreSQL
darcs-hash:20080909072224-f6e2c-881bd2e7fb032f336fecae9ca5ce527dd821d3dc.gz
Diffstat (limited to 'lib')
-rw-r--r-- | lib/common.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/common.php b/lib/common.php index 71a75ff10..e37e330ea 100644 --- a/lib/common.php +++ b/lib/common.php @@ -116,7 +116,8 @@ $config['db'] = 'class_prefix' => '', 'mirror' => NULL, 'db_driver' => 'DB', # XXX: JanRain libs only work with DB - 'quote_identifiers' => false); + 'quote_identifiers' => false, + 'type' => 'mysql' ); if (function_exists('date_default_timezone_set')) { /* Work internally in UTC */ |