Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-03-03 | Merge branch '3.1-stable' into develop | Andrey Andreev | 28 | -28/+56 | |
2022-03-02 | [ci skip] Update copyright notices | Andrey Andreev | 28 | -28/+56 | |
2021-12-20 | Merge pull request #6074 from philsturgeon/ci3-php8 | Andrey Andreev | 2 | -0/+15 | |
CodeIgniter 3.0 on PHP 8 | |||||
2021-11-17 | Merge branch 'php80-patch1' of https://github.com/sapics/CodeIgniter into ↵ | Phil Sturgeon | 1 | -0/+8 | |
ci3-php8 | |||||
2021-10-04 | Fixes CREATE TABLE IF NOT EXISTS on pdo_pgsql_forge; checking for dummy data ↵ | George Petculescu | 1 | -0/+7 | |
DB operations result returns | |||||
2021-01-16 | Fix error in pdo/pgsql for php8.0 | sapics | 1 | -0/+8 | |
From PHP8.0, default PDO::ATTR_ERRMODE is changed from PDO::ERRMODE_SILENT to PDO::ERRMODE_EXCEPTION. Reference: https://wiki.php.net/rfc/pdo_default_errmode | |||||
2020-07-09 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -2/+2 | |
2020-07-09 | [ci skip] Merge pull request #5970 from sapics/fix/user-guide-url | Andrey Andreev | 25 | -25/+25 | |
Fix user guide url | |||||
2020-06-24 | Fix user guide url | sapics | 25 | -25/+25 | |
Replace from https://codeigniter.com/user_guide/* to https://codeigniter.com/userguide3/* | |||||
2020-03-30 | [ci skip] Merge pull request #5895 from joshkel/pdo-db-close | Andrey Andreev | 1 | -0/+13 | |
Fix database connection leak when closing PDO connection | |||||
2020-02-11 | [ci skip] Fix #5901 | Andrey Andreev | 1 | -2/+2 | |
2020-01-28 | Fix database connection leak when closing PDO connection | Josh Kelley | 1 | -0/+13 | |
We discovered a resource leak (database connection leak) in our application's test suite. We investigated and discovered that, although the test suite was calling `CI_DB_driver::close()` after each test, the `result_id` member variable still maintained an internal reference to the database connection, which kept the connection from being closed. This is using pdo_sqlsrv; I have not tested other PDO drivers. Signed-off-by: Josh Kelley <joshkel@gmail.com> | |||||
2020-01-25 | inserted required attribute in html tag | Francisco Javier Llanquipichun Garcia | 2 | -2/+2 | |
Signed-off-by: Francisco Javier Llanquipichun Garcia <francisco.llanquipichun@gmail.com> | |||||
2019-11-25 | [ci skip] Merge pull request #5856 from ↵ | Andrey Andreev | 2 | -3/+27 | |
ytetsuro/fix/oracle12.1-support-auto-increment Enhancement oracle dbforge, auto_increment can be used when using oracle 12.1. | |||||
2019-10-28 | feat: Modified to useable auto increment. | ytetsuro | 1 | -1/+25 | |
2019-10-28 | fix: Fixed a bug that could not get the version number when first call. | ytetsuro | 1 | -2/+2 | |
2019-10-08 | Merge pull request #5842 from sapics/chore/fix-indent | Andrey Andreev | 3 | -5/+5 | |
Fix indentation / clear whitespace | |||||
2019-09-25 | Fix indent | sapics | 3 | -5/+5 | |
2019-07-16 | Fix #5796 | Andrey Andreev | 1 | -1/+1 | |
2019-07-15 | [ci skip] Fix #5788 | Andrey Andreev | 1 | -1/+1 | |
2019-02-26 | [ci skip] Fix #5701 | Andrey Andreev | 1 | -1/+1 | |
2019-02-14 | [ci skip] Polish changes from PR #5692, apply them to pdo/oci and add a ↵ | Andrey Andreev | 1 | -0/+7 | |
changelog entry | |||||
2019-01-25 | [ci skip] Fix #5681 | Andrey Andreev | 2 | -2/+2 | |
2019-01-02 | Merge pull request #5662 from jim-parry/copyright2019 | Instructor, BCIT | 28 | -84/+84 | |
Update copyright date to 2019 | |||||
2018-11-16 | [ci skip] Fix #5624 | Andrey Andreev | 1 | -9/+3 | |
2018-08-22 | [ci skip] Close #5513 | Andrey Andreev | 1 | -0/+5 | |
2018-07-22 | [ci skip] Fix #5542 | Andrey Andreev | 1 | -1/+1 | |
2018-01-09 | [ci skip] Merge pull request #5376 from jim-parry/copyright-update | Andrey Andreev | 28 | -56/+56 | |
Annual copyright update Conflicts resolved: system/libraries/Cache/drivers/Cache_apcu.php | |||||
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-25 | [ci skip] Fix #5236 | Andrey Andreev | 2 | -2/+2 | |
2017-06-13 | [ci skip] Apply PR #5150 patch to pdo/oci and add changelog entry | Andrey Andreev | 1 | -1/+1 | |
2017-03-14 | Fix #5050 | Andrey Andreev | 5 | -5/+5 | |
2017-01-17 | [ci skip] Merge pull request #4986 from ka7/feature/spelling | Andrey Andreev | 3 | -4/+4 | |
Spelling fixes in comment blocks and docs | |||||
2017-01-03 | Update copyright data to 2017 | Master Yoda | 28 | -56/+56 | |
2016-12-12 | Fix #4892 - update_batch() | Andrey Andreev | 3 | -91/+4 | |
Regression caused by 0c23e9122666a30797079bea9415da135d4f7e12 trying to fix #4871 Supersedes #4929 | |||||
2016-12-12 | Merge pull request #4941 from aquilax/fix-pdo-sqlite-order_by-rand | Andrey Andreev | 1 | -1/+1 | |
Fix order_by() random for pdo/sqlite driver | |||||
2016-10-17 | Fix #4851 | Andrey Andreev | 2 | -3/+3 | |
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 | 1 | -0/+16 | |
Firebird | |||||
2016-09-16 | [ci skip] Fix #4808 | Andrey Andreev | 2 | -2/+2 | |
2016-07-28 | Remove dead code written for PHP 5.2 | Andrey Andreev | 1 | -14/+2 | |
2016-07-26 | Fix SQLi in ODBC drivers | Andrey Andreev | 1 | -68/+13 | |
2016-06-28 | [ci skip] Add changelog entries for PR #4678 | Andrey Andreev | 1 | -1/+0 | |
2016-06-28 | Merge pull request #4678 from kenjis/fix-oci8_forge | Andrey Andreev | 1 | -4/+32 | |
DBForge adjustments for Oracle | |||||
2016-06-22 | Fix #4674 | Andrey Andreev | 2 | -2/+10 | |
2016-06-08 | Make db_select() clear cached database metadata | Andrey Andreev | 1 | -0/+1 | |
2016-05-25 | [ci skip] Add 'LONGTEXT' to 'STRING' alias to CUBRID drivers for DBForge | Andrey Andreev | 1 | -0/+3 | |
Requested in #4640 | |||||
2016-04-01 | [ci skip] Fix #861 (regression) | Andrey Andreev | 2 | -0/+10 | |
2016-01-11 | [ci skip] Update ellislab.com links to https too | Andrey Andreev | 28 | -28/+28 | |
2016-01-11 | [ci skip] Update codeigniter.com links to https | Andrey Andreev | 28 | -56/+56 | |