summaryrefslogtreecommitdiffstats
path: root/system/database/drivers/cubrid
AgeCommit message (Collapse)AuthorFilesLines
2012-03-03Improve DB version() implementation and add pg_version() supportAndrey Andreev1-9/+5
2012-03-02Replaced DB methods _error_message() and _error_number() with error() (issue ↵Andrey Andreev1-19/+6
#1097)
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
added notice of license to all source files. OSL to all except the few files we ship inside of the application folder, those are AFL. Updated license in user guide. incrementing next dev version to 3.0 due to licensing change
2011-08-20Fixed a bug (#200) where MySQL queries would be malformed after calling ↵Greg Aker1-0/+1
db->count_all() then db->get()
2011-08-11Added back /application/* files (removed in previous commit accidently). ↵Esen Sagynov4-59/+81
Corrected formatting/indenting in CUBRID Driver classes. Added myself as the driver author. Applied the MySQL fix, previously accepted in pull request #29, to CUBRID Driver.
2011-08-10Added field name wrappers (") in ↵Esen Sagynov2-6/+6
insert/update/replace/_process_fields/_create_table functions to avoid reserved word conflicts.
2011-08-10Added CUBRID Database DriverEsen Sagynov5-0/+1377