summaryrefslogtreecommitdiffstats
path: root/system/database/drivers/cubrid
AgeCommit message (Expand)AuthorFilesLines
2012-03-01Merge upstream branchAndrey Andreev1-15/+0
2012-03-01Merge upstream changesAndrey Andreev1-4/+3
2012-03-01Fixed a bug in CUBRID's affected_rows()Andrey Andreev1-5/+4
2012-02-27Fixed a db_set_charset() bugAndrey Andreev1-19/+1
2012-02-19Renaming Active Record to Query Builder across the systemJamie Rumbelow1-2/+2
2012-02-16A change in the class descriptionsAndrey Andreev4-4/+4
2012-02-15Add improvements from @CUBRID's implementationAndrey Andreev4-78/+46
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 Andreev2-48/+60
2012-01-27Switch _process_fields() from private to protectedAndrey Andreev1-1/+1
2012-01-26Call parent::__construct() in our constructorAndrey Andreev1-1/+3
2012-01-26Fix _limit()Andrey Andreev2-6/+6
2012-01-26Replace array_key_exists() with isset() and ! empty()Andrey Andreev1-8/+8
2012-01-26Improve the CUBRID database driverAndrey Andreev4-340/+183
2012-01-02Updating copyright date to 2012Greg Aker4-4/+4
2011-10-20adding new license file (OSL 3.0) and updating readme to ReSTDerek Jones4-16/+64
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 Sagynov4-59/+81
2011-08-10Added field name wrappers (") in insert/update/replace/_process_fields/_creat...Esen Sagynov2-6/+6
2011-08-10Added CUBRID Database DriverEsen Sagynov5-0/+1377