Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-12-27 | Update copyright date to 2019 | Jim Parry | 1 | -2/+2 | |
2018-05-18 | http:// to https:// | Mehdi Bounya | 1 | -2/+2 | |
2018-04-24 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -1/+1 | |
2018-04-23 | [ci skip] Merge pull request #5471 from toonitw/patch-1 | Andrey Andreev | 1 | -2/+2 | |
The value of limit can be zero | |||||
2018-04-23 | [ci skip] Merge pull request #5471 from toonitw/patch-1 | Andrey Andreev | 1 | -2/+2 | |
The value of limit can be zero | |||||
2018-04-18 | Remove the extra parentheses | Jehong Ahn | 1 | -1/+1 | |
2018-04-14 | Merge pull request #5464 from ytetsuro/fix/#5462/like-before-bug | Andrey Andreev | 1 | -1/+1 | |
Fixed issue #5462 Query Builder LIKE BEFORE doesnt work | |||||
2018-04-13 | Fix #5448 | Andrey Andreev | 1 | -1/+1 | |
2018-04-12 | qb_limit can be zero | Jehong Ahn | 1 | -2/+2 | |
2018-04-03 | fix: It does not work properly when like is before | ytetsuro | 1 | -1/+1 | |
2018-03-22 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -23/+28 | |
Conflicts resolved: system/core/CodeIgniter.php system/core/Security.php system/database/DB_query_builder.php system/libraries/Email.php user_guide_src/source/changelog.rst user_guide_src/source/conf.py user_guide_src/source/installation/downloads.rst user_guide_src/source/installation/upgrading.rst | |||||
2018-01-30 | Fix a QB bug where where(), having() treated values passed to them as ↵ | Andrey Andreev | 1 | -23/+28 | |
arbitrary SQL | |||||
2018-01-09 | [ci skip] Merge pull request #5376 from jim-parry/copyright-update | Andrey Andreev | 1 | -2/+2 | |
Annual copyright update Conflicts resolved: system/libraries/Cache/drivers/Cache_apcu.php | |||||
2018-01-09 | Annual copyright update | Master Yoda | 1 | -2/+2 | |
2017-10-16 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -1/+1 | |
2017-10-03 | Update DB_query_builder.php | pgee70 | 1 | -1/+1 | |
recent changes broke query ordering giving a warning in line 1238 = '$this->qb_cache_orderby = array_merge($this->qb_cache_orderby, $qb_orderby);' this was because on subsequent re-queries, the qb_cache_orderby was set to NULL not Array() as it is should be (and is instantiated originally . | |||||
2017-09-25 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -8/+6 | |
2017-08-29 | Optimize the join() type regexp and remove the extra leading space when no ↵ | Andrey Andreev | 1 | -3/+3 | |
special join-type is used | |||||
2017-08-29 | Polish changes from & add changelog entry for PR #5242 | Andrey Andreev | 1 | -29/+8 | |
Also, further simplified the join() logic | |||||
2017-08-29 | remove unnecessary empty lines | Shang Ning | 1 | -2/+0 | |
2017-08-29 | add NATURAL JOIN types to fix #5240 | Shang Ning | 1 | -4/+20 | |
2017-07-10 | [ci skip] Fix #5178 (regression caused by #5168) | Andrey Andreev | 1 | -1/+1 | |
2017-07-03 | [ci skip] Fix #5168 | Andrey Andreev | 1 | -8/+6 | |
2017-06-15 | Merge pull request #5155 from tianhe1986/develop_count_ignore_limit | Andrey Andreev | 1 | -1/+1 | |
Fix CI_DB_query_builder::count_all_results() returning wrong count with LIMIT/OFFSET | |||||
2017-06-15 | Getting right num of rows with LIMIT usage. | tianhe1986 | 1 | -1/+1 | |
Signed-off-by: tianhe1986 <w1s2j3229@163.com> | |||||
2017-06-15 | Revert "Ignore LIMIT when using CI_DB_query_builder::count_all_results" | tianhe1986 | 1 | -21/+3 | |
This reverts commit 9f6da3c2f11535fee09dd306ae6b884168e4623b. Signed-off-by: tianhe1986 <w1s2j3229@163.com> | |||||
2017-06-15 | Ignore LIMIT when using CI_DB_query_builder::count_all_results | tianhe1986 | 1 | -3/+21 | |
Signed-off-by: tianhe1986 <w1s2j3229@163.com> | |||||
2017-03-24 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -13/+14 | |
Conflicts resolved: system/core/CodeIgniter.php system/core/Common.php system/core/Input.php system/helpers/cookie_helper.php tests/codeigniter/helpers/html_helper_test.php user_guide_src/source/changelog.rst user_guide_src/source/conf.py user_guide_src/source/installation/downloads.rst user_guide_src/source/installation/upgrading.rst user_guide_src/source/libraries/input.rst | |||||
2017-02-13 | Adding having_in(), or_having_in(), having_not_in() and or_having_not_in(). | tianhe1986 | 1 | -0/+72 | |
Signed-off-by: tianhe1986 <w1s2j3229@163.com> | |||||
2017-02-13 | Using _wh_in() instead of _where_in(). | tianhe1986 | 1 | -15/+22 | |
Signed-off-by: tianhe1986 <w1s2j3229@163.com> | |||||
2017-01-17 | Merge pull request #4987 from tianhe1986/develop_qb_alias_table_cache | Andrey Andreev | 1 | -9/+15 | |
Add aliased tables cache in query_builder. | |||||
2017-01-17 | Merge pull request #4987 from tianhe1986/develop_qb_alias_table_cache | Andrey Andreev | 1 | -9/+15 | |
Add aliased tables cache in query_builder. | |||||
2017-01-17 | Format fix。 | tianhe1986 | 1 | -2/+2 | |
Signed-off-by: tianhe1986 <w1s2j3229@163.com> | |||||
2017-01-17 | 1 Keep just 'list'. | tianhe1986 | 1 | -13/+13 | |
2 Using strict mode with in_array(). 3 Do not re-align. Signed-off-by: tianhe1986 <w1s2j3229@163.com> | |||||
2017-01-17 | [ci skip] Merge pull request #4986 from ka7/feature/spelling | Andrey Andreev | 1 | -2/+2 | |
Spelling fixes in comment blocks and docs | |||||
2017-01-17 | Address #4980 | Andrey Andreev | 1 | -13/+14 | |
2017-01-17 | Add aliased tables cache. | tianhe1986 | 1 | -17/+23 | |
Signed-off-by: tianhe1986 <w1s2j3229@163.com> | |||||
2017-01-16 | spelling fixes | klemens | 1 | -2/+2 | |
2017-01-03 | Fix #4804 | Andrey Andreev | 1 | -1/+1 | |
2017-01-03 | Merge pull request #4958 from boxsnake/develop | Andrey Andreev | 1 | -1/+1 | |
Fix a bug where QB count_all_results() doesn't take into account qb_cache_orderby | |||||
2017-01-03 | Update copyright data to 2017 | Master Yoda | 1 | -2/+2 | |
2016-12-12 | Fix #4892 - update_batch() | Andrey Andreev | 1 | -10/+19 | |
Regression caused by 0c23e9122666a30797079bea9415da135d4f7e12 trying to fix #4871 Supersedes #4929 | |||||
2016-10-28 | Fix #4884 | Andrey Andreev | 1 | -1/+1 | |
2016-10-27 | Fix #4871 | Andrey Andreev | 1 | -3/+5 | |
2016-07-29 | Fix #4737 | Andrey Andreev | 1 | -2/+2 | |
2016-07-22 | Fix #4713 | Andrey Andreev | 1 | -4/+9 | |
2016-05-26 | Fix #4647 | Andrey Andreev | 1 | -1/+1 | |
2016-02-29 | Merge pull request #4495 from galdiolo/patch-15 | Andrey Andreev | 1 | -1/+1 | |
[ci skip] Fix a comment typo | |||||
2016-02-11 | Fix #4449 | Andrey Andreev | 1 | -26/+34 | |
2016-02-09 | Merge pull request #4445 from damiengrandi/develop | Andrey Andreev | 1 | -9/+9 | |
[ci skip] Update QB phpdoc returns |