summaryrefslogtreecommitdiffstats
path: root/system/database/DB_driver.php
diff options
context:
space:
mode:
authorEsen Sagynov <kadishmal@gmail.com>2011-08-10 08:35:01 +0200
committerEsen Sagynov <kadishmal@gmail.com>2011-08-10 08:35:01 +0200
commit2e08794d5de57d727abb2abe752a4479b3ec0242 (patch)
tree21b39d5649408128de39845be4a2ba66f1259e09 /system/database/DB_driver.php
parent03a9599befa5c8967f70960eda40b5f2a65f75cb (diff)
Added CUBRID Database Driver
Diffstat (limited to 'system/database/DB_driver.php')
-rw-r--r--system/database/DB_driver.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/database/DB_driver.php b/system/database/DB_driver.php
index 10e8ed0c0..f3e824daa 100644
--- a/system/database/DB_driver.php
+++ b/system/database/DB_driver.php
@@ -218,7 +218,7 @@ class CI_DB_driver {
// Some DBs have functions that return the version, and don't run special
// SQL queries per se. In these instances, just return the result.
- $driver_version_exceptions = array('oci8', 'sqlite');
+ $driver_version_exceptions = array('oci8', 'sqlite', 'cubrid');
if (in_array($this->dbdriver, $driver_version_exceptions))
{