summaryrefslogtreecommitdiffstats
path: root/system/database/DB_query_builder.php
AgeCommit message (Expand)AuthorFilesLines
2014-08-21Query builder: IS NOT NULL support implementation, see #3194Ivan Tcholakov1-0/+9
2014-02-112013 > 2014darwinel1-1/+1
2014-02-06Typo FixVivek Dinesh1-1/+1
2014-01-23Fix #2836Andrey Andreev1-1/+1
2014-01-06Fix #2579: Query Builder's "no escape" functionality didn't work properly wit...Andrey Andreev1-4/+17
2013-11-17Small docblock fixvlakoff1-1/+1
2013-11-12[ci skip] Remove some whitespace charsAndrey Andreev1-3/+2
2013-11-11Cleanup PR #2719GDmac1-5/+2
2013-11-08Fix #2406 query builder cacheGDmac1-6/+10
2013-10-29Fix a bug when multiple calls to QB's _compile_wh() or _compile_group_by() ar...Andrey Andreev1-1/+12
2013-10-28Fixing the dumbest parser error everAndrey Andreev1-1/+1
2013-10-28Fix CI_DB_query_builder::_merge_cache() triggering E_WARNINGsAndrey Andreev1-3/+5
2013-09-08Merge pull request #2627 from vlakoff/develop-3Andrey Andreev1-1/+1
2013-09-08Adjust a few phpdoc in query builder codevlakoff1-1/+1
2013-09-08Code cleanup in db->order_by()vlakoff1-1/+1
2013-08-06Fix #2585Andrey Andreev1-1/+1
2013-08-06Fix #2501 & another -related bugAndrey Andreev1-0/+1
2013-03-12Add a (default) CI_DB_query_builder::_update_batch() methodAndrey Andreev1-0/+41
2013-02-21Manually apply PR #2234Andrey Andreev1-0/+1
2013-01-28Fix issue #2179Andrey Andreev1-1/+1
2013-01-15A few adjustments to previous commitvlakoff1-1/+1
2013-01-14Replace is_null() with === / !== NULLvlakoff1-9/+9
2013-01-01[ci skip] Happy new yearAndrey Andreev1-1/+1
2012-12-17update for Issue #2064 (changed docblocks which return $this or only call a m...Andrew Podner1-34/+34
2012-12-03[ci skip] Cleaned some spacesAndrey Andreev1-1/+1
2012-11-29Fix #2041Andrey Andreev1-2/+3
2012-11-20Fix issue #2015Andrey Andreev1-9/+8
2012-11-17Fix issues #751 and #2004Andrey Andreev1-3/+2
2012-11-13Fix PostgreSQL WHERE with boolean valuesAndrey Andreev1-1/+1
2012-11-13Add seed values support for Query Builder order_byAndrey Andreev1-5/+8
2012-11-06Fix #589Andrey Andreev1-4/+4
2012-11-06Add an optional escape parameter to insert() and insert_batch()Andrey Andreev1-6/+8
2012-11-02DocBlocks for base DB classesAndrey Andreev1-141/+319
2012-11-01Manually apply PR #1594 (fixing phpdoc page-level generation/warnings)Andrey Andreev1-1/+2
2012-11-01Remove var_dump() missed in a previous commitAndrey Andreev1-1/+0
2012-11-01Fix an update_string() bugAndrey Andreev1-1/+1
2012-10-26Fix issue #59Andrey Andreev1-1/+3
2012-10-25Add missing delimiter in preg_quote() occurences (fix #1929)Andrey Andreev1-1/+1
2012-10-24An alternative to affected_rows() for insert_batch() and update_batch() (ref ...Andrey Andreev1-12/+12
2012-10-24[ci skip] style and phpdoc-related changes (rel #1295)Andrey Andreev1-29/+39
2012-10-24Fix issue #1925 (order_by() with = FALSE)Andrey Andreev1-1/+1
2012-10-23Alter _compile_order_by() to re-fix MSSQL, SQLSRV limit()Andrey Andreev1-4/+6
2012-10-22Fix where() & having() escaping/prefixing literal values containing a periodAndrey Andreev1-4/+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 Andreev1-3/+2