summaryrefslogtreecommitdiffstats
path: root/system/database/DB.php
AgeCommit message (Expand)AuthorFilesLines
2014-06-06Merge remote-tracking branch 'remotes/upstream/2.2-stable' into workingFlorian Pritz1-1/+1
2014-05-31Changelog messages, bump year in copyright noticesAndrey Andreev1-1/+1
2013-09-16Remove executable bitsFlorian Pritz1-0/+0
2011-08-15Added some docs to CI core filesDavid Behler1-1/+3
2011-07-02backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke...Derek Jones1-8/+8
2011-04-25Fixed double-space typo.Razican1-8/+8
2011-04-19Removing internal references to the EXT constant. Additionally, marked the c...Greg Aker1-6/+6
2011-04-06Made Environment Support optional. Comment out or delete the constant to stop...Phil Sturgeon1-9/+4
2011-02-14Whitespace cleanup in db classesPascal Kriete1-1/+1
2011-02-02Merged recent changes and tweaked multi-env changes.Phil Sturgeon1-1/+1
2011-01-16Changed loading process for database config to check for config for the set e...joelcox1-1/+15
2011-01-05Hey look, it's 2011Greg Aker1-1/+1
2010-11-10Removing instantiate_class(), which was needed to make php 4 and 5.3 play tog...Pascal Kriete1-1/+1
2010-11-10Updating PHP requirements in files 5.1.6Greg Aker1-1/+1
2010-10-04Cleanup of stray spaces and tabsBarry Mieny1-23/+23
2010-03-03added stricton db config item to force strict mode - good for ensuring strict...Derek Jones1-0/+5
2010-01-05updated copyrightsDerek Jones1-1/+1
2009-12-05fixed bug where active record override wasn't being honored properlyDerek Jones1-3/+3
2009-07-29PHP 5.3.0 compatibility changesDerek Jones1-1/+1
2009-04-22updated copyrights to 2009Derek Jones1-1/+1
2008-11-13Changing EOL style to LFDerek Allard1-145/+145
2008-09-30Removed some spacesRick Ellis1-3/+3
2008-09-13updated copyrightRick Ellis1-1/+1
2008-08-22fixed a missing semi colonDerek Allard1-1/+2
2008-08-21whitespace fixesDerek Allard1-2/+1
2008-05-14fixed bug #3419 where the 'database' setting for DSN connections was using th...Derek Jones1-2/+23
2008-05-13Some sweeping syntax changes for consistency:Derek Jones1-9/+9
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-5/+5
2008-02-14little protection in case an array is provided as the $params for the DB classDerek Jones1-1/+1
2008-02-13fixed bug #3419, moved DSN parsing to DB.php so the driver could properly be ...Derek Jones1-0/+23
2008-01-30added default value for $active_record when it's not setDerek Jones1-1/+1
2008-01-30removed 'active_r' db config variable, replaced with global $active_record se...Derek Jones1-4/+4
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-5/+19
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-85/+85
2006-10-21(no commit message)admin1-3/+3
2006-10-16(no commit message)admin1-2/+2
2006-10-12(no commit message)admin1-16/+3
2006-10-07(no commit message)admin1-4/+3
2006-10-07(no commit message)admin1-1/+1
2006-10-06(no commit message)admin1-0/+100