summaryrefslogtreecommitdiffstats
path: root/system/database/DB_result.php
AgeCommit message (Expand)AuthorFilesLines
2012-07-05Clean-up the separate drivers' DB result classes from no longer needed methodsAndrey Andreev1-3/+14
2012-07-05Optimize custom_result_object()Andrey Andreev1-4/+5
2012-07-05Don't fetch DB result sets twiceAndrey Andreev1-16/+59
2012-07-05Change DB_result::num_rows default value to NULLAndrey Andreev1-15/+45
2012-06-02Replaced `==` with `===` and `!=` with `!==` in /system/databaseAlex Bilbie1-7/+7
2012-05-24Fix issue #121Andrey Andreev1-7/+9
2012-05-23Removed the parameter use in database drivers' _close() and added a default _...Andrey Andreev1-2/+1
2012-05-19Fixed return line and commentsJuan Ignacio Borda1-8/+3
2012-05-18added unbuffered_row() to DB_result.php to avoid memory exhausting when deali...Juan Ignacio Borda1-0/+18
2012-04-12Changed default CI_DB_result::_data_seek() return value to FALSE and removed ...Andrey Andreev1-1/+1
2012-03-29Changed the dummy DB free_result() method to void (that's how it's implemente...Andrey Andreev1-11/+10
2012-03-20Revert CI_DB_result to a regular class It's directly instantiated for cached ...Andrey Andreev1-1/+1
2012-03-20Remove extraneous newlinesTimothy Warren1-1/+1
2012-03-19Made the rest of the db classes abstract \nTimothy Warren1-1/+1
2012-03-09Bumped CodeIgniter's PHP requirement to 5.2.4.Phil Sturgeon1-1/+1
2012-03-05Removed oci8-specific stuff from DB_driver.php and added a constructor to DB_...Andrey Andreev1-0/+6
2012-01-08Improve database classesAndrey Andreev1-58/+25
2012-01-02Updating copyright date to 2012Greg Aker1-1/+1
2011-10-22Merge pull request #553 from narfbg/ci-oci8-driver-php5Phil Sturgeon1-23/+23
2011-10-20adding new license file (OSL 3.0) and updating readme to ReSTDerek Jones1-4/+16
2011-10-20Some public and protected method declarationsAndrey Andreev1-23/+23
2011-07-02hand merged remaining unresolved files following the backout of 648b42a75739,...Derek Jones1-46/+51
2011-07-02backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke...Derek Jones1-53/+53
2011-04-25Fixed double-space typo.Razican1-53/+53
2011-04-25Fixing up a tabs vs spaces inconsistency in DB_ResultGreg Aker1-39/+44
2011-02-14Whitespace cleanup in db classesPascal Kriete1-1/+1
2011-01-27Automated merge with https://bitbucket.org/ellislab/codeigniterPhil Sturgeon1-11/+74
2011-01-16sharing some work on model instancesJohn Crepezzi1-11/+74
2011-01-05Hey look, it's 2011Greg Aker1-1/+1
2010-11-10Updating PHP requirements in files 5.1.6Greg Aker1-1/+1
2010-10-04Cleanup of stray spaces and tabsBarry Mieny1-40/+40
2010-01-05updated copyrightsDerek Jones1-1/+1
2009-04-22updated copyrights to 2009Derek Jones1-1/+1
2008-11-13Changing EOL style to LFDerek Allard1-341/+341
2008-10-17Fixed a number of bug reports related to table/db names not being escaped or ...Rick Ellis1-1/+0
2008-09-13updated copyrightRick Ellis1-1/+1
2008-08-21whitespace fixesDerek Allard1-1/+1
2008-05-13Some sweeping syntax changes for consistency:Derek Jones1-6/+6
2008-05-11Removed closing PHP tags, replaced with a comment block identifying the end o...Derek Jones1-1/+3
2008-05-11Undoing change committed in r1115Derek Jones1-0/+1
2008-05-11removed closing PHP tag from all framework filesDerek Jones1-1/+0
2008-05-05Added get_dir_file_info(), get_file_info(), and get_mime_by_extension() to th...Derek Allard1-3/+3
2008-04-03syntax error: extraneous closing parenthesisDerek Jones1-1/+1
2008-04-03replaced isset() with array_key_exists() in row() to allow retrieval of indiv...Derek Jones1-1/+2
2008-01-21replaced www.codeigniter.com with codeigniter.comDerek Jones1-3/+3
2008-01-18ExpressionEngine Dev Team in creditDerek Allard1-2/+2
2008-01-16Many new Active Record functions, and another whack of stuffDerek Allard1-0/+50
2007-10-04Fixed a typo in the docblock comments that had CodeIgniter spelled CodeIgnitor.Derek Allard1-1/+1
2007-04-15update pMachine to EllisLabDerek Allard1-289/+289
2006-10-25(no commit message)admin1-3/+3