summaryrefslogtreecommitdiffstats
path: root/system/database/drivers/cubrid
AgeCommit message (Expand)AuthorFilesLines
2012-04-09Added a default _delete() method to CI_DB_active_recordAndrey Andreev1-33/+0
2012-04-06Renamed _escape_identifiers() to escape_identifiers() and moved it to CI_DB_d...Andrey Andreev2-43/+2
2012-04-05Added a default _truncate() method to CI_DB_active_recordAndrey Andreev1-17/+0
2012-04-05Replaced driver instances of _replace() with one in CI_DB_active_recordAndrey Andreev1-17/+0
2012-04-05Added a default _update() method to CI_DB_active_recordAndrey Andreev1-35/+0
2012-04-05Replaced driver instances of _insert() with one in CI_DB_active_recordAndrey Andreev1-18/+0
2012-04-05Added a default _insert_batch() method instead of requiring each driver to de...Andrey Andreev1-18/+0
2012-03-28Add a dummy db_select() method to CI_DB_driver and remove it from drivers tha...Andrey Andreev1-16/+0
2012-03-26Add DSN string and persistent connections support for CUBRIDAndrey Andreev1-29/+56
2012-03-20Remove extraneous newlinesTimothy Warren1-1/+1
2012-03-20Merge upstreamTimothy Warren4-138/+82
2012-03-20Visibility declarations and cleanup for CI_DB_cubrid_utilityAndrey Andreev1-15/+9
2012-03-20Visibility declarations and cleanup for CI_DB_cubrid_forgeAndrey Andreev1-23/+14
2012-03-20Visibility declarations and cleanup for CI_DB_cubrid_resultAndrey Andreev1-24/+14
2012-03-20Visibility declarations and cleanup for CI_DB_cubrid_driverAndrey Andreev1-78/+46
2012-03-20Revert "Added access modifiers to CUBRID driver"Timothy Warren1-31/+56
2012-03-20Revert "Added access modifiers to the rest of the Cubrid classes"Timothy Warren3-19/+33
2012-03-20Revert "Fixed visibility declarations on dbforge and utility classes"Timothy Warren2-11/+11
2012-03-19Fixed visibility declarations on dbforge and utility classesTimothy Warren2-11/+11
2012-03-19Added access modifiers to the rest of the Cubrid classesTimothy Warren3-33/+19
2012-03-19Added access modifiers to CUBRID driverTimothy Warren1-56/+31
2012-03-19Removed pointless _prep_sql methodsTimothy Warren1-18/+0
2012-03-09Merge branch 'develop' of github.com:EllisLab/CodeIgniter into developPhil Sturgeon2-19/+16
2012-03-09Bumped CodeIgniter's PHP requirement to 5.2.4.Phil Sturgeon4-4/+4
2012-03-06Resolve _protect_identifiers()/protect_identifiers() usage issuesAndrey Andreev2-19/+16
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
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-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