Age | Commit message (Expand) | Author | Files | Lines |
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 |
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 |
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 |
2012-12-04 | Rename DB_result _data_seek() to data_seek() and make it publicly available | Andrey Andreev | 1 | -1/+6 |
2012-11-02 | [ci skip] DocBlocks for DB drivers' result classes | Andrey Andreev | 1 | -4/+30 |
2012-11-01 | Manually apply PR #1594 (fixing phpdoc page-level generation/warnings) | Andrey Andreev | 1 | -1/+2 |
2012-08-13 | Fix for oci_fetch_assoc(): ORA-01002: fetch out of sequence warning | Yannick Lyn Fatt | 1 | -1/+1 |
2012-07-06 | _fetch_object(), custom_result_object() to utilize PHP's native capability to... | Andrey Andreev | 1 | -3/+18 |
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 |
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 |
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 |
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 DB_... | Andrey Andreev | 1 | -3/+12 |
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, si... | a-krebs | 1 | -2/+2 |
2011-10-22 | Merge pull request #553 from narfbg/ci-oci8-driver-php5 | Phil Sturgeon | 1 | -60/+27 |
2011-10-20 | adding new license file (OSL 3.0) and updating readme to ReST | Derek Jones | 1 | -4/+16 |
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 |
2011-09-21 | Fix issue #182 in system/database/drivers/oci8_result.php by caching the num_... | Andrey Andreev | 1 | -7/+10 |
2011-07-02 | backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke... | Derek Jones | 1 | -17/+17 |
2011-04-25 | Fixed double-space typo. | Razican | 1 | -17/+17 |
2011-01-05 | Hey look, it's 2011 | Greg Aker | 1 | -1/+1 |
2010-11-10 | Updating PHP requirements in files 5.1.6 | Greg Aker | 1 | -1/+1 |
2010-10-04 | Cleanup of stray spaces and tabs | Barry Mieny | 1 | -15/+15 |