summaryrefslogtreecommitdiffstats
path: root/system/database/drivers/cubrid/cubrid_driver.php
AgeCommit message (Expand)AuthorFilesLines
2012-02-16A change in the class descriptionsAndrey Andreev1-1/+1
2012-02-15Add improvements from @CUBRID's implementationAndrey Andreev1-16/+17
2012-02-14Replace a preg_match() with stripos()Andrey Andreev1-1/+1
2012-02-13Fix pconnect with DSNAndrey Andreev1-2/+3
2012-02-13Fix auto_commit initializationAndrey Andreev1-1/+4
2012-02-12Added CUBRID DSN string & persistent connections supportAndrey Andreev1-46/+58
2012-01-26Call parent::__construct() in our constructorAndrey Andreev1-1/+3
2012-01-26Fix _limit()Andrey Andreev1-1/+1
2012-01-26Improve the CUBRID database driverAndrey Andreev1-185/+99
2012-01-02Updating copyright date to 2012Greg Aker1-1/+1
2011-10-20adding new license file (OSL 3.0) and updating readme to ReSTDerek Jones1-4/+16
2011-08-20Fixed a bug (#200) where MySQL queries would be malformed after calling db->c...Greg Aker1-0/+1
2011-08-11Added back /application/* files (removed in previous commit accidently). Corr...Esen Sagynov1-41/+57
2011-08-10Added field name wrappers (") in insert/update/replace/_process_fields/_creat...Esen Sagynov1-4/+4
2011-08-10Added CUBRID Database DriverEsen Sagynov1-0/+775