summaryrefslogtreecommitdiffstats
path: root/system/database/DB_forge.php
AgeCommit message (Expand)AuthorFilesLines
2014-05-31Changelog messages, bump year in copyright noticesAndrey Andreev1-1/+1
2011-10-27Converted database constructors to PHP5 typeTimothy Warren1-1/+1
2011-07-16Fixed missing table prefixes in Database Forge Class rename_table() methodZac Wasielewski1-1/+1
2011-07-02backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke...Derek Jones1-1/+1
2011-04-25Fixed double-space typo.Razican1-1/+1
2011-02-14Whitespace cleanup in db classesPascal Kriete1-1/+1
2011-01-27Automated merge with https://bitbucket.org/ellislab/codeigniterPhil Sturgeon1-0/+6
2011-01-05Hey look, it's 2011Greg Aker1-1/+1
2010-12-15Name can be omiitted from ->dbforge->modify_column()'s 2nd param if you aren'...Phil Sturgeon1-0/+6
2010-11-10Updating PHP requirements in files 5.1.6Greg Aker1-1/+1
2010-10-04Cleanup of stray spaces and tabsBarry Mieny1-36/+36
2010-03-03whitespaceDerek Jones1-2/+3
2010-01-05updated copyrightsDerek Jones1-1/+1
2009-04-22updated copyrights to 2009Derek Jones1-1/+1
2009-03-04Altered modify_column and add_column to loop through multiple fields rather t...Robin Sowell1-18/+38
2008-11-13Changing EOL style to LFDerek Allard1-354/+354
2008-10-17Fixed a number of bug reports related to table/db names not being escaped or ...Rick Ellis1-5/+4
2008-10-07There was a call to $this->input->_remove_invisible_characters($str); It shou...Rick Ellis1-1/+1
2008-09-30Did a little clean up. Nothing that affected functionalityRick Ellis1-0/+10
2008-09-13updated copyrightRick Ellis1-1/+1
2008-05-13Some sweeping syntax changes for consistency:Derek Jones1-3/+3
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-06Fixed a bug in DB Forge, when inserting an id field (#3456).Derek Allard1-6/+7
2008-04-07Added rename_table() into DBForge.Derek Allard1-0/+21
2008-02-10changes for enhanced database compatibilityDerek Allard1-1/+0
2008-01-21replaced www.codeigniter.com with codeigniter.comDerek Jones1-3/+3
2008-01-21added dbprefix to dbforge functionsDerek Allard1-5/+5
2008-01-18ExpressionEngine Dev Team in creditDerek Allard1-2/+2
2008-01-16Many new Active Record functions, and another whack of stuffDerek Allard1-0/+323