summaryrefslogtreecommitdiffstats
path: root/system/database
AgeCommit message (Expand)AuthorFilesLines
2012-10-24[ci skip] style and phpdoc-related changes (rel #1295)Andrey Andreev26-62/+147
2012-10-24Fix issue #1925 (order_by() with = FALSE)Andrey Andreev1-1/+1
2012-10-23Fix issue #1917Andrey Andreev4-10/+86
2012-10-23Alter _compile_order_by() to re-fix MSSQL, SQLSRV limit()Andrey Andreev1-4/+6
2012-10-23Fix issues #134, #1911Andrey Andreev1-11/+5
2012-10-22Fix #1913Andrey Andreev1-11/+8
2012-10-22Fix where() & having() escaping/prefixing literal values containing a periodAndrey Andreev1-4/+40
2012-10-22Merge branch 'develop' of github.com:EllisLab/CodeIgniter into feature/db_qb_...Andrey Andreev1-1/+1
2012-10-13Apparently not all PHP builds consider mysqli::__construct() with no paramete...Andrey Andreev1-1/+1
2012-10-12Merge branch 'develop' of github.com:EllisLab/CodeIgniter into feature/db_qb_...Andrey Andreev6-57/+41
2012-10-12Fix mysql's db_connect()Andrey Andreev1-2/+3
2012-10-12Set MySQL client compression to FALSE by default (problems reported with it),...Andrey Andreev6-57/+40
2012-10-12Really fix order_by()Andrey Andreev1-1/+1
2012-10-12Fix order_by()Andrey Andreev1-1/+1
2012-10-12Fix where_in()Andrey Andreev1-1/+1
2012-10-12Fix where() with literal multiple conditionsAndrey Andreev1-16/+27
2012-10-12Fix having(), group_by()Andrey Andreev1-6/+4
2012-10-12Fix delete() with multiple tables and an erroneous variableAndrey Andreev1-4/+2
2012-10-12Fix _get_operator() for 'LIKE expr ESCAPE'Andrey Andreev2-5/+3
2012-10-12Merge changes from developAndrey Andreev25-329/+189
2012-10-11Fix issue #1875Andrey Andreev4-4/+4
2012-10-09Missed an underscore ... dohAndrey Andreev1-1/+1
2012-10-09Really fix that FROM group conditionAndrey Andreev5-5/+5
2012-10-09Alter fix for issue #1257Andrey Andreev6-1/+118
2012-10-09Fix issue #1862Andrey Andreev1-1/+1
2012-10-06Fix issue #1257Andrey Andreev16-259/+1
2012-10-05Fix issue #1765Andrey Andreev1-2/+10
2012-10-05Fix SQLite3 DB error handlingAndrey Andreev1-15/+6
2012-10-05Fix #1745Andrey Andreev1-1/+1
2012-10-05Fix issue #1692Andrey Andreev1-2/+8
2012-10-04Fix issue #1789Andrey Andreev16-55/+6
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-21driver fix + userguide + changelogMichiel Vugteveen1-3/+15
2012-08-20mysql driver updatedMichiel Vugteveen2-5/+21
2012-08-20compression testMichiel Vugteveen2-0/+9
2012-08-01Merge pull request #1601 from rwillert/patch-1Phil Sturgeon1-1/+9
2012-07-23Fix a bug in CI_DB_sqlsrv_driver::affected_rows()Andrey Andreev1-1/+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 Andreev6-57/+78
2012-07-19Implement group_by() compiler and no_escape featureAndrey Andreev1-4/+14
2012-07-19Remove _limit()'s extra parameters and qb_limit, qb_offset unneeded typecasts...Andrey Andreev15-101/+95
2012-07-19Remove qb_wherein propertyAndrey Andreev1-7/+4
2012-07-18Merge where() and having() logic - it's structurally identical and only the k...Andrey Andreev13-115/+69
2012-07-18Remove dependancies on qb_like and remove unneeded parameters from _delete(),...Andrey Andreev23-554/+297
2012-07-18Change _like() to append to the qb_where arrayAndrey Andreev1-14/+6
2012-07-17Fix WHERE escaping/prefixingAndrey Andreev2-38/+100
2012-07-17Merge branch 'develop' of github.com:EllisLab/CodeIgniter into codeigniter/de...Alex Bilbie1-1/+1