Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-10-31 | Merge pull request #4886 from tianhe1986/develop_dbdriver_quote | Andrey Andreev | 2 | -2/+2 | |
Detect double-quoted strings in DB::compile_binds() | |||||
2016-10-28 | Revert "Match single quote in is_write_type()." | tianhe1986 | 1 | -1/+1 | |
This reverts commit eef5951ae313c2c4080e94b8c1aa743a6d6c93b7. Signed-off-by: tianhe1986 <w1s2j3229@163.com> | |||||
2016-10-28 | Merge branch '3.1-stable' into develop | Andrey Andreev | 15 | -19/+103 | |
Resolved conflicts: system/core/CodeIgniter.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/form_validation.rst | |||||
2016-10-28 | Match single quote in is_write_type(). | tianhe1986 | 1 | -1/+1 | |
Signed-off-by: tianhe1986 <w1s2j3229@163.com> | |||||
2016-10-28 | Match both single and double quote in compile_binds(). | tianhe1986 | 2 | -2/+2 | |
Signed-off-by: tianhe1986 <w1s2j3229@163.com> | |||||
2016-10-28 | Fix #4884 | Andrey Andreev | 1 | -1/+1 | |
2016-10-27 | Fix #4871 | Andrey Andreev | 1 | -3/+5 | |
2016-10-22 | Allow binding 0, null out of array in query() | Andrey Andreev | 1 | -1/+1 | |
2016-10-17 | Fix #4851 | Andrey Andreev | 6 | -10/+10 | |
2016-09-27 | Fix #4809 | Andrey Andreev | 1 | -0/+49 | |
2016-09-16 | [ci skip] Don't try to insert_batch() when we know it's not supported on ↵ | Andrey Andreev | 2 | -0/+33 | |
Firebird | |||||
2016-09-16 | [ci skip] Fix #4808 | Andrey Andreev | 4 | -4/+4 | |
2016-09-09 | Merge pull request #4805 from intekhabrizvi/develop | Andrey Andreev | 1 | -1/+1 | |
Use MYSQLI_CLIENT_SSL_DONT_VERIFY_SERVER_CERT as a connection flag instead of option | |||||
2016-09-09 | Removed mysqli options function for ssl certificate verification false | intekhab | 1 | -1/+0 | |
2016-09-09 | supplied flag to turn off mysqli SSL verification if ssl_verify passed as false | intekhab | 1 | -0/+1 | |
2016-08-10 | Merge branch '3.1-stable' into develop | Andrey Andreev | 4 | -21/+8 | |
2016-08-01 | Merge pull request #4742 from masterklavi/db_fetch_object | Andrey Andreev | 1 | -1/+1 | |
Change ... for the sake of change | |||||
2016-07-31 | Changed the return value of CI_DB_result::_fetch_object(..) to object | Masterklavi | 1 | -1/+1 | |
2016-07-29 | Fix #4737 | Andrey Andreev | 1 | -2/+2 | |
2016-07-28 | Remove dead code written for PHP 5.2 | Andrey Andreev | 3 | -19/+6 | |
2016-07-26 | Merge branch '3.1-stable' into develop | Andrey Andreev | 19 | -140/+182 | |
Conflicts resolved: .travis.yml system/core/CodeIgniter.php system/database/drivers/oci8/oci8_forge.php system/database/drivers/pdo/subdrivers/pdo_oci_forge.php system/helpers/path_helper.php system/libraries/Email.php user_guide_src/source/changelog.rst user_guide_src/source/conf.py user_guide_src/source/contributing/index.rst user_guide_src/source/general/requirements.rst user_guide_src/source/general/styleguide.rst user_guide_src/source/installation/downloads.rst user_guide_src/source/installation/upgrade_310.rst user_guide_src/source/installation/upgrading.rst | |||||
2016-07-26 | Fix SQLi in ODBC drivers | Andrey Andreev | 2 | -124/+118 | |
2016-07-22 | Fix #4713 | Andrey Andreev | 1 | -4/+9 | |
2016-06-28 | [ci skip] Add changelog entries for PR #4678 | Andrey Andreev | 2 | -2/+0 | |
2016-06-28 | Merge pull request #4678 from kenjis/fix-oci8_forge | Andrey Andreev | 2 | -4/+69 | |
DBForge adjustments for Oracle | |||||
2016-06-28 | Remove duplicated $_create_table_if | kenjis | 1 | -7/+0 | |
Signed-off-by: Kenji Suzuki <kenji.uui@gmail.com> | |||||
2016-06-27 | Fix oci8_forge | kenjis | 2 | -0/+72 | |
* Oracle does not have `create table if exists` * Oracle has only NUMBER for integer Signed-off-by: Kenji Suzuki <kenji.uui@gmail.com> | |||||
2016-06-22 | Fix #4674 | Andrey Andreev | 2 | -2/+10 | |
2016-06-08 | Make db_select() clear cached database metadata | Andrey Andreev | 5 | -0/+5 | |
2016-05-26 | Fix #4647 | Andrey Andreev | 1 | -1/+1 | |
2016-05-25 | [ci skip] Add 'LONGTEXT' to 'STRING' alias to CUBRID drivers for DBForge | Andrey Andreev | 2 | -0/+6 | |
Requested in #4640 | |||||
2016-05-25 | Amend fix for #4637 | Andrey Andreev | 1 | -1/+1 | |
2016-05-19 | [ci skip] Fix #4637 | Andrey Andreev | 1 | -7/+13 | |
2016-04-01 | [ci skip] Fix #861 (regression) | Andrey Andreev | 4 | -0/+20 | |
2016-03-11 | Merge branch '3.0-stable' into develop | Andrey Andreev | 2 | -27/+35 | |
Resolved conflicts: system/core/CodeIgniter.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 | |||||
2016-03-07 | [ci skip] Fix transactions for the ibase driver | Andrey Andreev | 1 | -1/+1 | |
Reported via the forums: http://forum.codeigniter.com/thread-64559.html | |||||
2016-02-29 | Merge pull request #4495 from galdiolo/patch-15 | Andrey Andreev | 1 | -1/+1 | |
[ci skip] Fix a comment typo | |||||
2016-02-29 | [ci skip] fix comment | Claudio Galdiolo | 1 | -1/+1 | |
2016-02-11 | Fix #4449 | Andrey Andreev | 1 | -26/+34 | |
2016-02-09 | Merge branch '3.0-stable' into develop | Andrey Andreev | 2 | -15/+14 | |
Fixed conflicts: user_guide_src/source/overview/at_a_glance.rst | |||||
2016-02-09 | Merge pull request #4445 from damiengrandi/develop | Andrey Andreev | 1 | -9/+9 | |
[ci skip] Update QB phpdoc returns | |||||
2016-02-09 | fix a typo edit | Damien Grandi | 1 | -1/+1 | |
2016-02-09 | Revert some previous changes | Damien Grandi | 1 | -3/+3 | |
2016-02-09 | Update DB_query_builder.php - phpdoc (some incorrect return type) | Damien Grandi | 1 | -12/+12 | |
Edit of some return type in phpdoc. This can also help to fix some autocompletion troubles in some IDE. | |||||
2016-02-05 | Fix another regression caused by 805eddaefd9503b5dbbd924bd6da66e29c4768f3 | Andrey Andreev | 1 | -3/+3 | |
Also added a unit test for #4431 | |||||
2016-02-05 | Fix a regression caused by 805eddaefd9503b5dbbd924bd6da66e29c4768f3 | Andrey Andreev | 1 | -2/+2 | |
2016-02-05 | Fix #4431 | Andrey Andreev | 1 | -5/+4 | |
2016-02-04 | [ci skip] fix comment | Claudio Galdiolo | 1 | -1/+1 | |
2016-02-04 | [ci skip] fix comment | Claudio Galdiolo | 1 | -1/+1 | |
2016-02-04 | Add batch_size param to insert_batch(), update_batch() | Andrey Andreev | 1 | -6/+6 | |
This should resolve #42 |