summaryrefslogtreecommitdiffstats
path: root/system/database/DB_forge.php
AgeCommit message (Expand)AuthorFilesLines
2013-12-18Use table name as a prefix for index namesmjnaderi1-3/+2
2013-12-18Cleanup DB_forge _process_indexesmjnaderi1-1/+2
2013-12-18Cleanup DB_forge _process_indexesmjnaderi1-1/+0
2013-10-28Really fix #2703Andrey Andreev1-1/+1
2013-10-28Fix #2703Andrey Andreev1-1/+17
2013-03-15Fix MSSQL ALTER TABLE ADD statementAndrey Andreev1-1/+5
2013-01-01[ci skip] Happy new yearAndrey Andreev1-1/+1
2012-12-17[ci skip] Fix some spacesAndrey Andreev1-1/+1
2012-12-17update for Issue #2064 (changed docblocks which return $this or only call a m...Andrew Podner1-2/+2
2012-11-25Fix #2027Andrey Andreev1-3/+14
2012-11-22Fix modify_column() issues (#2020)Andrey Andreev1-1/+1
2012-11-19DB forge to use single quotes for ENUM/SET string delimitersAndrey Andreev1-1/+1
2012-11-19PDO was not escaping strings for SET as arrayPhil Sturgeon1-1/+1
2012-11-12Bring back the AFTER clause for DB Forge add_column()Andrey Andreev1-1/+9
2012-11-06Fix a lang key typoAndrey Andreev1-8/+8
2012-11-06Added possibility to pass custom database objects to DB Forge and DB UtilitiesAndrey Andreev1-5/+4
2012-11-05Re-fix multiple-column non-primary key indexesAndrey Andreev1-1/+1
2012-11-05Fix Forge add_column() and modify_column()Andrey Andreev1-2/+2
2012-11-05Refactored DB ForgeAndrey Andreev1-63/+568
2012-11-05Merge pull request #1948 from GDmac/developAlex Bilbie1-1/+1
2012-11-02DocBlocks for base DB classesAndrey Andreev1-1/+50
2012-11-01Manually apply PR #1594 (fixing phpdoc page-level generation/warnings)Andrey Andreev1-1/+2
2012-10-31Fix #1946 dbforge add_keyGDmac1-1/+1
2012-10-24[ci skip] style and phpdoc-related changes (rel #1295)Andrey Andreev1-5/+10
2012-06-15Somebody double `$$`ed, causing error Phil Sturgeon1-1/+1
2012-06-11Fix issue #1264Andrey Andreev1-3/+51
2012-06-02Replaced `==` with `===` and `!=` with `!==` in /system/databaseAlex Bilbie1-11/+11
2012-04-09Multiple DB Forge improvementsAndrey Andreev1-10/+51
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-01-08Improve database classesAndrey Andreev1-69/+25
2012-01-02Updating copyright date to 2012Greg Aker1-1/+1
2011-12-31Added method chaining to DBForge.Phil Sturgeon1-28/+21
2011-12-05changed create_table method to check whether a value returned from driver's f...Tomasz T1-0/+6
2011-10-20adding new license file (OSL 3.0) and updating readme to ReSTDerek Jones1-5/+17
2011-10-10Converted 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