Age | Commit message (Expand) | Author | Files | Lines |
2012-07-08 | Fix issue #1591 | Andrey Andreev | 1 | -1/+1 |
2012-07-07 | missing '$this->' causing custom result objects to return as null/empty array... | Jon Ellis-Jones | 1 | -1/+1 |
2012-07-06 | _fetch_object(), custom_result_object() to utilize PHP's native capability to... | Andrey Andreev | 1 | -9/+13 |
2012-07-05 | Clean-up the separate drivers' DB result classes from no longer needed methods | Andrey Andreev | 1 | -3/+14 |
2012-07-05 | Optimize custom_result_object() | Andrey Andreev | 1 | -4/+5 |
2012-07-05 | Don't fetch DB result sets twice | Andrey Andreev | 1 | -16/+59 |
2012-07-05 | Change DB_result::num_rows default value to NULL | Andrey Andreev | 1 | -15/+45 |
2012-06-02 | Replaced `==` with `===` and `!=` with `!==` in /system/database | Alex Bilbie | 1 | -7/+7 |
2012-05-24 | Fix issue #121 | Andrey Andreev | 1 | -7/+9 |
2012-05-23 | Removed the parameter use in database drivers' _close() and added a default _... | Andrey Andreev | 1 | -2/+1 |
2012-05-19 | Fixed return line and comments | Juan Ignacio Borda | 1 | -8/+3 |
2012-05-18 | added unbuffered_row() to DB_result.php to avoid memory exhausting when deali... | Juan Ignacio Borda | 1 | -0/+18 |
2012-04-12 | Changed default CI_DB_result::_data_seek() return value to FALSE and removed ... | Andrey Andreev | 1 | -1/+1 |
2012-03-29 | Changed the dummy DB free_result() method to void (that's how it's implemente... | Andrey Andreev | 1 | -11/+10 |
2012-03-20 | Revert CI_DB_result to a regular class It's directly instantiated for cached ... | Andrey Andreev | 1 | -1/+1 |
2012-03-20 | Remove extraneous newlines | Timothy Warren | 1 | -1/+1 |
2012-03-19 | Made the rest of the db classes abstract \n | Timothy Warren | 1 | -1/+1 |
2012-03-09 | Bumped CodeIgniter's PHP requirement to 5.2.4. | Phil Sturgeon | 1 | -1/+1 |
2012-03-05 | Removed oci8-specific stuff from DB_driver.php and added a constructor to DB_... | Andrey Andreev | 1 | -0/+6 |
2012-01-08 | Improve database classes | Andrey Andreev | 1 | -58/+25 |
2012-01-02 | Updating copyright date to 2012 | Greg Aker | 1 | -1/+1 |
2011-10-22 | Merge pull request #553 from narfbg/ci-oci8-driver-php5 | Phil Sturgeon | 1 | -23/+23 |
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 | -23/+23 |
2011-07-02 | hand merged remaining unresolved files following the backout of 648b42a75739,... | Derek Jones | 1 | -46/+51 |
2011-07-02 | backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke... | Derek Jones | 1 | -53/+53 |
2011-04-25 | Fixed double-space typo. | Razican | 1 | -53/+53 |
2011-04-25 | Fixing up a tabs vs spaces inconsistency in DB_Result | Greg Aker | 1 | -39/+44 |
2011-02-14 | Whitespace cleanup in db classes | Pascal Kriete | 1 | -1/+1 |
2011-01-27 | Automated merge with https://bitbucket.org/ellislab/codeigniter | Phil Sturgeon | 1 | -11/+74 |
2011-01-16 | sharing some work on model instances | John Crepezzi | 1 | -11/+74 |
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 | -40/+40 |
2010-01-05 | updated copyrights | Derek Jones | 1 | -1/+1 |
2009-04-22 | updated copyrights to 2009 | Derek Jones | 1 | -1/+1 |
2008-11-13 | Changing EOL style to LF | Derek Allard | 1 | -341/+341 |
2008-10-17 | Fixed a number of bug reports related to table/db names not being escaped or ... | Rick Ellis | 1 | -1/+0 |
2008-09-13 | updated copyright | Rick Ellis | 1 | -1/+1 |
2008-08-21 | whitespace fixes | Derek Allard | 1 | -1/+1 |
2008-05-13 | Some sweeping syntax changes for consistency: | Derek Jones | 1 | -6/+6 |
2008-05-11 | Removed closing PHP tags, replaced with a comment block identifying the end o... | Derek Jones | 1 | -1/+3 |
2008-05-11 | Undoing change committed in r1115 | Derek Jones | 1 | -0/+1 |
2008-05-11 | removed closing PHP tag from all framework files | Derek Jones | 1 | -1/+0 |
2008-05-05 | Added get_dir_file_info(), get_file_info(), and get_mime_by_extension() to th... | Derek Allard | 1 | -3/+3 |
2008-04-03 | syntax error: extraneous closing parenthesis | Derek Jones | 1 | -1/+1 |
2008-04-03 | replaced isset() with array_key_exists() in row() to allow retrieval of indiv... | Derek Jones | 1 | -1/+2 |
2008-01-21 | replaced www.codeigniter.com with codeigniter.com | Derek Jones | 1 | -3/+3 |
2008-01-18 | ExpressionEngine Dev Team in credit | Derek Allard | 1 | -2/+2 |
2008-01-16 | Many new Active Record functions, and another whack of stuff | Derek Allard | 1 | -0/+50 |