summaryrefslogtreecommitdiffstats
path: root/system/database/drivers/cubrid
AgeCommit message (Collapse)AuthorFilesLines
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