Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-01-02 | Merge pull request #5662 from jim-parry/copyright2019 | Instructor, BCIT | 1 | -3/+3 | |
Update copyright date to 2019 | |||||
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 | |||||
2017-01-03 | 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 | |
2012-01-05 | Numerous improvements to the Oracle (oci8) driver and DB_driver | Andrey Andreev | 1 | -35/+589 | |
2012-01-02 | Updating copyright date to 2012 | Greg Aker | 1 | -1/+1 | |
2011-11-23 | fix to issue #696 - make oci_execute calls inside num_rows non-committing, ↵ | a-krebs | 1 | -2/+2 | |
since they are only there to reset which row is next in line for oci_fetch calls and thus don't need to be committed. | |||||
2011-10-22 | Merge pull request #553 from narfbg/ci-oci8-driver-php5 | Phil Sturgeon | 1 | -60/+27 | |
Cleanup and switch oci8_driver and oci8_result to PHP5 functions. | |||||
2011-10-20 | adding new license file (OSL 3.0) and updating readme to ReST | Derek Jones | 1 | -4/+16 | |
added notice of license to all source files. OSL to all except the few files we ship inside of the application folder, those are AFL. Updated license in user guide. incrementing next dev version to 3.0 due to licensing change | |||||
2011-10-20 | Some public and protected method declarations | Andrey Andreev | 1 | -6/+6 | |
2011-10-07 | Remove another 2 old comments | Andrey Andreev | 1 | -2/+0 | |
2011-10-07 | Cleanup and migrate oci8_driver and oci8_result from deprecated PHP4 to PHP5 ↵ | Andrey Andreev | 1 | -58/+27 | |
style functions | |||||
2011-09-21 | Fix issue #182 in system/database/drivers/oci8_result.php by caching the ↵ | Andrey Andreev | 1 | -7/+10 | |
num_rows property after statement execution | |||||
2011-07-02 | backed out 648b42a75739, which was a NON-trivial whitespace commit. It ↵ | Derek Jones | 1 | -17/+17 | |
broke the Typography class's string replacements, for instance | |||||
2011-04-25 | Fixed double-space typo. | Razican | 1 | -17/+17 | |