Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-01-09 | Annual copyright update | Master Yoda | 75 | -150/+150 | |
2017-12-20 | Add extra line before return | Gabriel Caruso | 1 | -0/+1 | |
2017-12-20 | Clean elses | Gabriel Caruso | 2 | -9/+5 | |
2017-10-16 | Merge branch '3.1-stable' into develop | Andrey Andreev | 4 | -21/+13 | |
2017-10-13 | Fix #5297 | Andrey Andreev | 1 | -4/+8 | |
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-27 | Fix #5276 | Andrey Andreev | 2 | -16/+4 | |
2017-09-25 | Merge branch '3.1-stable' into develop | Andrey Andreev | 8 | -17/+72 | |
2017-09-13 | Fix #5260 | Andrey Andreev | 2 | -5/+61 | |
2017-09-04 | Fix #5246 | Andrey Andreev | 1 | -0/+1 | |
2017-08-31 | Merge pull request #5243 from rosseti/fix/pdo-dblib-sqlserver-version | Andrey Andreev | 1 | -0/+16 | |
Fix for DBLIB subdriver to get the right version number of SQL Server. | |||||
2017-08-31 | Refactoring some codeblocks. | Andrei Rosseti | 1 | -26/+15 | |
2017-08-30 | Fixed DBLIB subdriver to get the right version number of SQL Server. | Andrei Rosseti | 1 | -0/+27 | |
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-08-25 | [ci skip] Fix #5236 | Andrey Andreev | 4 | -4/+4 | |
2017-07-14 | [ci skip] Merge pull request #5183 from ytetsuro/add_oci8_driver_write_type | Andrey Andreev | 1 | -1/+1 | |
add is_write_type method for merge query | |||||
2017-07-13 | add is_write_type method for merge query | ytetsuro | 1 | -1/+1 | |
Signed-off-by: tetsuro yoshikawa <phper.0o0@gmail.com> | |||||
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-22 | Close #4134: Allow dots in alias names detected by QB | Andrey Andreev | 1 | -10/+13 | |
2017-06-19 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -1/+1 | |
Conflicts resolved: system/core/CodeIgniter.php tests/codeigniter/libraries/Form_validation_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 | |||||
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-06-13 | [ci skip] Apply PR #5150 patch to pdo/oci and add changelog entry | Andrey Andreev | 1 | -1/+1 | |
2017-06-13 | [ci skip] Merge pull request #5150 from ↵ | Andrey Andreev | 1 | -1/+1 | |
ytetsuro/add-oracle-rename-column-to-keyword Fix DBForge triggering ORA-00946 while renaming columns | |||||
2017-06-13 | add rename to keyword | ytetsuro | 1 | -1/+1 | |
2017-06-05 | [ci skip] Merge pull request #5143 from TysonAndre/misc-phpdoc-nits | Andrey Andreev | 2 | -4/+4 | |
Fix misc inconsistencies between code and doc comments | |||||
2017-06-05 | Fix misc type inconsistencies between code and doc comments | Tyson Andre | 2 | -4/+4 | |
2017-05-10 | Merge pull request #5112 from cerealbeer/develop | Andrey Andreev | 1 | -1/+1 | |
read() in DB_cache fails when catching E_WARNING with custom error handler | |||||
2017-05-10 | Removing the error suppression op from the file_get_contents() call. | Giuseppe Marcelli | 1 | -1/+1 | |
2017-05-10 | Revert "Commit 4763c13c99eab2a720a4d6d913902e5cef4e76ec does not allow ↵ | Giuseppe Marcelli | 1 | -1/+1 | |
anymore to use the custom result object against cached database results, fixing this, for more info see issue 4665,1351" This reverts commit 8233b1d6fc56347195b3a0411806e197e2e59ad3. | |||||
2017-05-10 | Commit 4763c13c99eab2a720a4d6d913902e5cef4e76ec does not allow anymore to ↵ | Giuseppe Marcelli | 1 | -1/+1 | |
use the custom result object against cached database results, fixing this, for more info see issue 4665,1351 | |||||
2017-05-09 | read() in DB_cache does not fail when catching E_WARNING with custom error ↵ | Giuseppe Marcelli | 1 | -1/+1 | |
handler | |||||
2017-03-24 | Merge branch '3.1-stable' into develop | Andrey Andreev | 12 | -26/+27 | |
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-03-20 | Fix #5057 | Andrey Andreev | 1 | -2/+2 | |
2017-03-14 | Fix #5050 | Andrey Andreev | 10 | -11/+11 | |
2017-02-21 | Merge pull request #5017 from tianhe1986/develop_having_in | Andrey Andreev | 1 | -15/+94 | |
DB_query_builder: Adding having_in(), or_having_in(), having_not_in() and or_having_not_in() | |||||
2017-02-20 | Do not strip substrings looking like URL encode sequences | vlakoff | 1 | -1/+1 | |
2017-02-16 | Do not strip substrings looking like URL encode sequences | vlakoff | 1 | -1/+1 | |
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> |