Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-03-03 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -1/+2 | |
2022-03-02 | [ci skip] Update copyright notices | Andrey Andreev | 1 | -1/+2 | |
2022-01-05 | [ci skip] An attempt at a better solution for #5896 | Andrey Andreev | 1 | -0/+15 | |
2022-01-05 | [ci skip] Refactor OCI8 driver to use the uniform result_id property instead ↵ | Andrey Andreev | 1 | -21/+9 | |
of its own custom stmt_id | |||||
2022-01-05 | [ci skip] Drop OCI8-specific get_cursor() and stored_procedure() methods | Andrey Andreev | 1 | -20/+2 | |
2020-07-09 | [ci skip] Merge pull request #5970 from sapics/fix/user-guide-url | Andrey Andreev | 1 | -1/+1 | |
Fix user guide url | |||||
2020-06-24 | Fix user guide url | sapics | 1 | -1/+1 | |
Replace from https://codeigniter.com/user_guide/* to https://codeigniter.com/userguide3/* | |||||
2019-01-02 | Merge pull request #5662 from jim-parry/copyright2019 | Instructor, BCIT | 1 | -3/+3 | |
Update copyright date to 2019 | |||||
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-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-01-03 | Update copyright data to 2017 | Master Yoda | 1 | -2/+2 | |
2016-12-31 | Update copyright data to 2017 | Master Yoda | 1 | -2/+2 | |
2016-01-11 | [ci skip] Update ellislab.com links to https too | Andrey Andreev | 1 | -1/+1 | |
2016-01-11 | [ci skip] Update codeigniter.com links to https | Andrey Andreev | 1 | -2/+2 | |
2016-01-11 | [ci skip] Bump year to 2016 | Andrey Andreev | 1 | -2/+2 | |
2015-01-21 | Remove closing blocks at end of PHP files | vlakoff | 1 | -3/+0 | |
2015-01-09 | Bulk (mostly documentation) update | Andrey Andreev | 1 | -3/+3 | |
- Remove PHP version from license notices - Bump year number in copyright notices - Recommend PHP 5.4 or newer to be used - Tell Travis-CI to test on PHP 5.3.0 instead of the latest 5.3 version Related: #3450 | |||||
2014-10-27 | [ci skip] Switch to MIT license; close #3293 | Andrey Andreev | 1 | -15/+25 | |
2014-05-09 | Remove (most of) error suppression from database drivers (issue #3036) | Andrey Andreev | 1 | -2/+2 | |
2014-02-11 | 2013 > 2014 | darwinel | 1 | -1/+1 | |
Update copyright notices from 2013 to 2014. And update one calendar example in user_guide from year 2013/2014 to 2014/2015. | |||||
2013-08-06 | Various typos and tabs adjustments | vlakoff | 1 | -1/+1 | |
2013-01-01 | [ci skip] Happy new year | Andrey Andreev | 1 | -1/+1 | |
2012-12-04 | Remove CI_DB_oci8_result::data_seek() | Andrey Andreev | 1 | -63/+0 | |
It can only call oci_execute() in order to reset the pointer to 0, the oci8 driver doesn't support setting the pointer. Due to the result_object(), result_array() and custom_result_object() calling data_seek() every time prior to fetching the result set, this only causes the query to be executed twice. All of the three methods now cast from existing result_object and/or result_array sets, so the probability to ever need to really fetch the result set again is practically zero and so this method doesn't bring any benefit. | |||||
2012-12-04 | Rename DB_result _data_seek() to data_seek() and make it publicly available | Andrey Andreev | 1 | -1/+6 | |
(as requested in #2050) | |||||
2012-11-02 | [ci skip] DocBlocks for DB drivers' result classes | Andrey Andreev | 1 | -4/+30 | |
Partially fixes issue #1295. | |||||
2012-11-01 | Manually apply PR #1594 (fixing phpdoc page-level generation/warnings) | Andrey Andreev | 1 | -1/+2 | |
Also partially fixes issue #1295, fixes inconsistencies in some page-level docblocks and adds include checks in language files. | |||||
2012-08-13 | Fix for oci_fetch_assoc(): ORA-01002: fetch out of sequence warning | Yannick Lyn Fatt | 1 | -1/+1 | |
Fixes #1701 | |||||
2012-07-06 | _fetch_object(), custom_result_object() to utilize PHP's native capability ↵ | Andrey Andreev | 1 | -3/+18 | |
to directly return custom class results | |||||
2012-07-05 | Clean-up the separate drivers' DB result classes from no longer needed methods | Andrey Andreev | 1 | -467/+0 | |
2012-07-05 | Change DB_result::num_rows default value to NULL | Andrey Andreev | 1 | -4/+9 | |
2012-05-24 | Fix issue #121 | Andrey Andreev | 1 | -8/+8 | |
2012-04-12 | Changed default CI_DB_result::_data_seek() return value to FALSE and removed ↵ | Andrey Andreev | 1 | -4/+0 | |
the method from drivers that don't support it | |||||
2012-03-20 | Merge upstream branch | Andrey Andreev | 1 | -1/+1 | |
2012-03-20 | Visibility declarations and cleanup for OCI8 result, forge and utility classes | Andrey Andreev | 1 | -22/+11 | |
2012-03-20 | Remove extraneous newlines | Timothy Warren | 1 | -2/+1 | |
2012-03-20 | Revert "Oci8 access modifiers" | Timothy Warren | 1 | -1/+2 | |
This reverts commit 9f86f5cddea54e7fedf4be89d1d1cc90d1564488. | |||||
2012-03-19 | Oci8 access modifiers | Timothy Warren | 1 | -2/+1 | |
2012-03-13 | Merge upstream branch | Andrey Andreev | 1 | -1/+1 | |
2012-03-09 | Bumped CodeIgniter's PHP requirement to 5.2.4. | Phil Sturgeon | 1 | -1/+1 | |
Yes I know PHP 5.4 just came out, and yes I know PHP 5.3 has lovely features, but there are plenty of corporate systems running on CodeIgniter and PHP 5.3 still is not widely supported enough. CodeIgniter is great for distributed applications, and this is the highest we can reasonably go without breaking support. PHP 5.3 will most likely happen in another year or so. Fingers crossed on that one anyway... | |||||
2012-03-05 | Rename property _commit to commit_mode and merge upstream changes | Andrey Andreev | 1 | -3/+11 | |
2012-03-05 | Removed oci8-specific stuff from DB_driver.php and added a constructor to ↵ | Andrey Andreev | 1 | -3/+12 | |
DB_result to handle initialization | |||||
2012-02-12 | Replace a few spaces with a tab | Andrey Andreev | 1 | -1/+1 | |
2012-02-12 | Improve custom_result_object() method | Andrey Andreev | 1 | -6/+5 | |
2012-01-24 | Revert a space in the license agreement :) | Andrey Andreev | 1 | -1/+1 | |
2012-01-20 | Replaced AND with && | Andrey Andreev | 1 | -1/+0 | |
2012-01-19 | Some more cleaning | Andrey Andreev | 1 | -2/+1 | |
2012-01-16 | Removed some unneeded code and fixed a possible bug | Andrey Andreev | 1 | -67/+10 | |
2012-01-16 | Additional clean-up | Andrey Andreev | 1 | -50/+21 | |