Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-01-06 | Fix #2579: Query Builder's "no escape" functionality didn't work properly ↵ | Andrey Andreev | 1 | -4/+17 | |
with query cache | |||||
2013-11-17 | Small docblock fix | vlakoff | 1 | -1/+1 | |
2013-11-12 | [ci skip] Remove some whitespace chars | Andrey Andreev | 1 | -3/+2 | |
2013-11-11 | Cleanup PR #2719 | GDmac | 1 | -5/+2 | |
for Fix #2406 query builder cache Signed-off-by: GDmac <grdalenoort@gmail.com> | |||||
2013-11-08 | Fix #2406 query builder cache | GDmac | 1 | -6/+10 | |
Signed-off-by: GDmac <grdalenoort@gmail.com> | |||||
2013-10-29 | Fix a bug when multiple calls to QB's _compile_wh() or _compile_group_by() ↵ | Andrey Andreev | 1 | -1/+12 | |
are required | |||||
2013-10-28 | Fixing the dumbest parser error ever | Andrey Andreev | 1 | -1/+1 | |
2013-10-28 | Fix CI_DB_query_builder::_merge_cache() triggering E_WARNINGs | Andrey Andreev | 1 | -3/+5 | |
Kudos to kakysha for noting the bug & providing initial fix in PR #2698 | |||||
2013-09-08 | Merge pull request #2627 from vlakoff/develop-3 | Andrey Andreev | 1 | -1/+1 | |
Adjust a few phpdoc in query builder code | |||||
2013-09-08 | Adjust a few phpdoc in query builder code | vlakoff | 1 | -1/+1 | |
2013-09-08 | Code cleanup in db->order_by() | vlakoff | 1 | -1/+1 | |
2013-08-06 | Fix #2585 | Andrey Andreev | 1 | -1/+1 | |
2013-08-06 | Fix #2501 & another -related bug | Andrey Andreev | 1 | -0/+1 | |
2013-03-12 | Add a (default) CI_DB_query_builder::_update_batch() method | Andrey Andreev | 1 | -0/+41 | |
An improved version of PR #2324, which only targets ODBC. | |||||
2013-02-21 | Manually apply PR #2234 | Andrey Andreev | 1 | -0/+1 | |
2013-01-28 | Fix issue #2179 | Andrey Andreev | 1 | -1/+1 | |
2013-01-15 | A few adjustments to previous commit | vlakoff | 1 | -1/+1 | |
2013-01-14 | Replace is_null() with === / !== NULL | vlakoff | 1 | -9/+9 | |
Exact same behavior, but faster. I also think it's more readable. | |||||
2013-01-01 | [ci skip] Happy new year | Andrey Andreev | 1 | -1/+1 | |
2012-12-17 | update for Issue #2064 (changed docblocks which return $this or only call a ↵ | Andrew Podner | 1 | -34/+34 | |
method that returns $this to @return CI_DB_class_name) | |||||
2012-12-03 | [ci skip] Cleaned some spaces | Andrey Andreev | 1 | -1/+1 | |
2012-11-29 | Fix #2041 | Andrey Andreev | 1 | -2/+3 | |
2012-11-20 | Fix issue #2015 | Andrey Andreev | 1 | -9/+8 | |
2012-11-17 | Fix issues #751 and #2004 | Andrey Andreev | 1 | -3/+2 | |
2012-11-13 | Fix PostgreSQL WHERE with boolean values | Andrey Andreev | 1 | -1/+1 | |
2012-11-13 | Add seed values support for Query Builder order_by | Andrey Andreev | 1 | -5/+8 | |
(feature request #1987) | |||||
2012-11-06 | Fix #589 | Andrey Andreev | 1 | -4/+4 | |
2012-11-06 | Add an optional escape parameter to insert() and insert_batch() | Andrey Andreev | 1 | -6/+8 | |
"Fixes" #1895 | |||||
2012-11-02 | DocBlocks for base DB classes | Andrey Andreev | 1 | -141/+319 | |
Partially fixes issue #1295. | |||||
2012-11-01 | Manually apply PR #1594 (fixing phpdoc page-level generation/warnings) | Andrey Andreev | 1 | -1/+2 | |
Also partially fixes issue #1295, fixes inconsistencies in some page-level docblocks and adds include checks in language files. | |||||
2012-11-01 | Remove var_dump() missed in a previous commit | Andrey Andreev | 1 | -1/+0 | |
2012-11-01 | Fix an update_string() bug | Andrey Andreev | 1 | -1/+1 | |
2012-10-26 | Fix issue #59 | Andrey Andreev | 1 | -1/+3 | |
2012-10-25 | Add missing delimiter in preg_quote() occurences (fix #1929) | Andrey Andreev | 1 | -1/+1 | |
2012-10-24 | An alternative to affected_rows() for insert_batch() and update_batch() (ref ↵ | Andrey Andreev | 1 | -12/+12 | |
#126) | |||||
2012-10-24 | [ci skip] style and phpdoc-related changes (rel #1295) | Andrey Andreev | 1 | -29/+39 | |
2012-10-24 | Fix issue #1925 (order_by() with = FALSE) | Andrey Andreev | 1 | -1/+1 | |
2012-10-23 | Alter _compile_order_by() to re-fix MSSQL, SQLSRV limit() | Andrey Andreev | 1 | -4/+6 | |
2012-10-22 | Fix where() & having() escaping/prefixing literal values containing a period | Andrey Andreev | 1 | -4/+40 | |
2012-10-12 | Really fix order_by() | Andrey Andreev | 1 | -1/+1 | |
2012-10-12 | Fix order_by() | Andrey Andreev | 1 | -1/+1 | |
2012-10-12 | Fix where_in() | Andrey Andreev | 1 | -1/+1 | |
2012-10-12 | Fix where() with literal multiple conditions | Andrey Andreev | 1 | -16/+27 | |
2012-10-12 | Fix having(), group_by() | Andrey Andreev | 1 | -6/+4 | |
2012-10-12 | Fix delete() with multiple tables and an erroneous variable | Andrey Andreev | 1 | -4/+2 | |
2012-10-12 | Fix _get_operator() for 'LIKE expr ESCAPE' | Andrey Andreev | 1 | -3/+2 | |
2012-10-12 | Merge changes from develop | Andrey Andreev | 1 | -10/+9 | |
2012-10-09 | Missed an underscore ... doh | Andrey Andreev | 1 | -1/+1 | |
2012-10-09 | Alter fix for issue #1257 | Andrey Andreev | 1 | -1/+18 | |
2012-10-06 | Fix issue #1257 | Andrey Andreev | 1 | -19/+1 | |