Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-10-28 | Match both single and double quote in compile_binds(). | tianhe1986 | 1 | -1/+1 | |
Signed-off-by: tianhe1986 <w1s2j3229@163.com> | |||||
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 | 3 | -19/+6 | |
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 | 18 | -135/+172 | |
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-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-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 | 1 | -1/+1 | |
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-01-11 | [ci skip] Merge branch '3.0-stable' into develop | Andrey Andreev | 72 | -72/+72 | |
2016-01-11 | [ci skip] Update ellislab.com links to https too | Andrey Andreev | 72 | -72/+72 | |
2016-01-11 | Merge branch '3.0-stable' into develop | Andrey Andreev | 72 | -144/+144 | |
2016-01-11 | [ci skip] Update codeigniter.com links to https | Andrey Andreev | 72 | -144/+144 | |
2016-01-11 | Merge branch '3.0-stable' into develop | Andrey Andreev | 72 | -144/+144 | |
2016-01-11 | [ci skip] Bump year to 2016 | Andrey Andreev | 72 | -144/+144 | |
2016-01-11 | Merge branch '3.0-stable' into develop | Andrey Andreev | 9 | -28/+167 | |
Resolved conflicts: system/database/drivers/mysql/mysql_driver.php system/database/drivers/mysqli/mysqli_driver.php | |||||
2016-01-07 | MySQL stricton again ... remove the version condition | Andrey Andreev | 3 | -3/+3 | |
Ref: #4349 | |||||
2016-01-07 | Fix MySQL errors from latest commits | Andrey Andreev | 3 | -3/+3 | |
Ref: #4349 | |||||
2016-01-07 | Add MySQL stricton changes to mysqli and pdo/mysql drivers | Andrey Andreev | 3 | -20/+55 | |
2016-01-07 | Fix MySQL's 'stricton' feature | Andrey Andreev | 1 | -2/+20 | |
2016-01-07 | Add support for MYSQLI_CLIENT_SSL_DONT_VERIFY_SERVER_CERT | Andrey Andreev | 1 | -2/+15 | |
Available since PHP 5.6.16 | |||||
2016-01-07 | [ci skip] Add Oracle 12.1 OFFSET support to PDO_OCI as well | Andrey Andreev | 1 | -0/+8 | |
Reference: #4279 | |||||
2016-01-06 | [ci skip] Add support for OFFSET with Oracle 12c | Andrey Andreev | 1 | -0/+8 | |
As requested in #4279 | |||||
2016-01-06 | Fix #4337 | Andrey Andreev | 4 | -2/+48 | |
2015-12-30 | Fix #4331 | Andrey Andreev | 1 | -13/+24 | |
2015-12-14 | Fix erroneous variables from 85bc9fc53e4c3e46b2f4e1b1eac7e2828d4869e6 | Andrey Andreev | 3 | -4/+4 | |
2015-12-14 | Change DB charset handling | Andrey Andreev | 4 | -55/+30 | |
Close #4311 | |||||
2015-12-14 | Fix version() for Oracle DB drivers | Andrey Andreev | 2 | -2/+29 | |
2015-12-11 | Fix #4306 | Andrey Andreev | 1 | -1/+1 | |
2015-10-19 | Fix #4171 and a number of other transaction bugs | Andrey Andreev | 12 | -330/+71 | |
2015-10-13 | [ci skip] Fix #4170 | Andrey Andreev | 1 | -3/+1 | |
2015-09-16 | Fix #4120 | Andrey Andreev | 1 | -3/+13 | |
2015-08-19 | [ci skip] Fix 'sqlsrv' connect failure endless loop | Andrey Andreev | 1 | -7/+8 | |
Reported via the forums: http://forum.codeigniter.com/thread-61494.html | |||||
2015-08-03 | [ci skip] Normalize tabs/spaces | Andrey Andreev | 4 | -9/+9 | |
Partial changes from PR #4016 | |||||
2015-07-17 | [ci skip] Fix a bug reported via PR #3704 | Andrey Andreev | 1 | -23/+20 | |
2015-07-16 | Add 'ssl_verify' option for mysqli driver | Andrey Andreev | 1 | -0/+5 | |
MYSQLI_OPT_SSL_VERIFY_SERVER_CERT is an undocumented option that may not always be available. Reference: http://svn.php.net/viewvc/php/php-src/trunk/ext/mysqli/tests/mysqli_constants.phpt?view=markup&pathrev=302897 | |||||
2015-07-16 | Add SSL support for PDO_MYSQL too | Andrey Andreev | 1 | -2/+29 | |
Related: #3896 | |||||
2015-07-16 | Improve the ssl_cipher check for MySQLi | Andrey Andreev | 1 | -9/+9 | |
Related: #3896 | |||||
2015-07-16 | Refactor proposed changes from PR #3896 | Andrey Andreev | 1 | -44/+28 | |
2015-07-16 | Merge branch 'feature/mysqli-ssl' of github.com:ndigitals/CodeIgniter into ↵ | Andrey Andreev | 1 | -2/+56 | |
feature/mysqli_ssl |