summaryrefslogtreecommitdiffstats
path: root/system/database/DB_driver.php
AgeCommit message (Expand)AuthorFilesLines
2012-11-20Fix #1996Andrey Andreev1-10/+13
2012-11-20Fix issue #2015Andrey Andreev1-1/+1
2012-11-20Fix an E_NOTICEAndrey Andreev1-1/+1
2012-11-13Fix some DB_cache-related issuesAndrey Andreev1-1/+1
2012-11-13Add seed values support for Query Builder order_byAndrey Andreev1-2/+2
2012-11-06Fix an escape_identifiers() bugAndrey Andreev1-1/+1
2012-11-02[ci skip] DocBlocks for DB drivers' driver classesAndrey Andreev1-0/+14
2012-11-02DocBlocks for base DB classesAndrey Andreev1-12/+251
2012-11-01Manually apply PR #1594 (fixing phpdoc page-level generation/warnings)Andrey Andreev1-1/+2
2012-11-01Fix an update_string() bugAndrey Andreev1-27/+3
2012-10-25Add missing delimiter in preg_quote() occurences (fix #1929)Andrey Andreev1-5/+5
2012-10-24[ci skip] style and phpdoc-related changes (rel #1295)Andrey Andreev1-4/+11
2012-10-12Merge branch 'develop' of github.com:EllisLab/CodeIgniter into feature/db_qb_...Andrey Andreev1-1/+1
2012-10-12Set MySQL client compression to FALSE by default (problems reported with it),...Andrey Andreev1-1/+1
2012-10-12Fix _get_operator() for 'LIKE expr ESCAPE'Andrey Andreev1-2/+1
2012-10-12Merge changes from developAndrey Andreev1-3/+14
2012-10-09Fix issue #1862Andrey Andreev1-1/+1
2012-10-05Fix #1745Andrey Andreev1-1/+1
2012-10-05Fix issue #1692Andrey Andreev1-2/+8
2012-10-04Fix issue #1789Andrey Andreev1-0/+4
2012-09-12Minor adjustmentsAndrey Andreev1-1/+1
2012-09-05Check for "Loader" in $call['class'] instead of $call['file']Jonathan Bonnefoy1-1/+1
2012-09-05Database display error supporting "Loader.php" and "MY_Loader.php"Jonathan Bonnefoy1-1/+1
2012-08-20compression testMichiel Vugteveen1-0/+1
2012-07-19Fix CI_DB_driver::_get_operator()Andrey Andreev1-20/+19
2012-07-19Add back a removed paramter descriptionAndrey Andreev1-0/+1
2012-07-19Implement _compile_order_by()Andrey Andreev1-2/+2
2012-07-19Remove _limit()'s extra parameters and qb_limit, qb_offset unneeded typecasts...Andrey Andreev1-1/+1
2012-07-18Remove dependancies on qb_like and remove unneeded parameters from _delete(),...Andrey Andreev1-27/+26
2012-07-17Fix WHERE escaping/prefixingAndrey Andreev1-2/+15
2012-07-13escape_identifiers() to not escape string literals inside double quotes as wellAndrey Andreev1-1/+1
2012-07-08Merge branch 'develop' of github.com:EllisLab/CodeIgniter into feature/db_sub...Andrey Andreev1-3/+3
2012-07-06Fix a few join() bugsAndrey Andreev1-3/+3
2012-07-05Merge upstream branchAndrey Andreev1-3/+67
2012-07-05Add a default _count_string propertyAndrey Andreev1-0/+7
2012-07-05Move _insert() and _update() defaults from Query Builder to DB_driver so that...Andrey Andreev1-3/+60
2012-07-02Merge branch 'develop' of github.com:EllisLab/CodeIgniter into feature/db_sub...Andrey Andreev1-3/+12
2012-07-02Fix field escaping with bracketsAndrey Andreev1-3/+7
2012-06-28Fix issue #1546Andrey Andreev1-0/+5
2012-06-28Merge branch 'develop' of github.com:EllisLab/CodeIgniter into feature/db_sub...Andrey Andreev1-11/+11
2012-06-27Utilize query()'s return_object parameterAndrey Andreev1-11/+11
2012-06-23Rename pdodriver property to subdriver and make it available to all driversAndrey Andreev1-0/+1
2012-06-20Small adjustment due to 079fbfcde095230f304e889217f897031a948f61Andrey Andreev1-1/+1
2012-06-17Improve escaping, support for table names with spaces and fix where() for str...Andrey Andreev1-30/+26
2012-06-15more loggingMichiel Vugteveen1-1/+1
2012-06-13Switch compile_binds() to use substr_replace() instead of str_replace()Andrey Andreev1-17/+13
2012-06-13Really fix compile_binds()Andrey Andreev1-9/+35
2012-06-13Fix a syntax errorAndrey Andreev1-1/+1
2012-06-12Additional improvements to compile_binds()Andrey Andreev1-4/+8
2012-06-12Fix issue #1460Andrey Andreev1-1/+1