Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-04-08 | [ci skip] Fix comment typos | Andrey Andreev | 1 | -1/+1 | |
https://github.com/bcit-ci/CodeIgniter/pull/3748#issuecomment-90925762 | |||||
2015-04-06 | Move strtolower() call from PR #3739 out of the loop | Andrey Andreev | 1 | -3/+2 | |
2015-04-06 | #3727 Lowercase $side variable for $this->db->like() in Query Builder | Yahya Erturan | 1 | -0/+3 | |
$this->db->like('name',$value,'AFTER') returns LIKE '%$value%'. Safer to lowercase in case of UPPERCASE habits. | |||||
2015-03-16 | update documentation in database/query_builder.rst, change 2 tabs + 4 spaces ↵ | yaoshanliang | 1 | -3/+3 | |
to 3 tabs. | |||||
2015-03-15 | add changelog and documentation for adding an optional parameter to ↵ | yaoshanliang | 1 | -5/+6 | |
``count_all_results()`` | |||||
2015-03-14 | add a judgment of whether reset select | yaoshanliang | 1 | -4/+5 | |
2015-03-14 | add a judgment of whether reset select | yaoshanliang | 1 | -2/+5 | |
2015-01-29 | fix typo in comments | Claudio Galdiolo | 1 | -1/+1 | |
2015-01-21 | Remove closing blocks at end of PHP files | vlakoff | 1 | -3/+0 | |
2015-01-09 | Bulk (mostly documentation) update | Andrey Andreev | 1 | -3/+3 | |
- Remove PHP version from license notices - Bump year number in copyright notices - Recommend PHP 5.4 or newer to be used - Tell Travis-CI to test on PHP 5.3.0 instead of the latest 5.3 version Related: #3450 | |||||
2014-12-11 | Add method chaining support ot CI_DB_query_builder::reset_query() | Andrey Andreev | 1 | -1/+2 | |
2014-12-11 | Add method chaining support to QB cache methods | Andrey Andreev | 1 | -20/+22 | |
2014-12-02 | Regressions ... #3380 #3194 ab9217e316a79bc8fab2840c8f5bd2b9bc7a4dc0 | Andrey Andreev | 1 | -2/+2 | |
2014-12-01 | Improve on the fix for #3380 | Andrey Andreev | 1 | -1/+1 | |
2014-12-01 | Fix a regression from the previous commit | Andrey Andreev | 1 | -1/+1 | |
2014-12-01 | Fix #3380 | Andrey Andreev | 1 | -1/+1 | |
2014-10-27 | [ci skip] Switch to MIT license; close #3293 | Andrey Andreev | 1 | -14/+25 | |
2014-09-29 | Close #3194 | Andrey Andreev | 1 | -0/+4 | |
2014-09-29 | Revert #3194 | Andrey Andreev | 1 | -13/+0 | |
This has caused way too many BC breaks (#3238, #3242, #3257). Close #3257 | |||||
2014-09-18 | Fix #3242 | Andrey Andreev | 1 | -1/+1 | |
2014-09-17 | Fix #3238 | Andrey Andreev | 1 | -4/+8 | |
Close #3239 | |||||
2014-08-27 | Removed empty line | Rougin Gutib | 1 | -1/+1 | |
2014-08-24 | Fixed typo error | Rougin Royce Gutib | 1 | -2/+2 | |
2014-08-22 | Query builder, IS NOT NULL support #3194: Strict comparison. | Ivan Tcholakov | 1 | -1/+1 | |
2014-08-21 | Query builder: IS NOT NULL support implementation, see #3194 | Ivan Tcholakov | 1 | -0/+9 | |
2014-02-11 | 2013 > 2014 | darwinel | 1 | -1/+1 | |
Update copyright notices from 2013 to 2014. And update one calendar example in user_guide from year 2013/2014 to 2014/2015. | |||||
2014-02-06 | Typo Fix | Vivek Dinesh | 1 | -1/+1 | |
Signed-off-by: Vivek Dinesh <vivekdinesh5@gmail.com> | |||||
2014-01-23 | Fix #2836 | Andrey Andreev | 1 | -1/+1 | |
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 | |