summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/database/forge.rst
AgeCommit message (Collapse)AuthorFilesLines
2016-02-02Merge pull request #4419 from EpicKris/hotfix/database-forge-unique-docAndrey Andreev1-4/+6
[ci skip] Added docs for UNIQUE keys in DBForge
2015-07-13Update forge.rstAdrian Voicu1-1/+1
2015-07-13Update forge.rstAdrian Voicu1-1/+1
2015-07-10Important noteAdrian Voicu1-0/+2
If you pass strings to the add_field() methods you won't be able to follow those by add_key() methods on those fields.
2015-06-23Typo fix on forge documentationgn1-1/+1
2015-04-04Edit dbforge drop_table line 230LouisMilotte1-2/+2
At current the documentation does not distinguish between DROP TABLE IF EXISTS table_name and DROP TABLE table_name. As seen by the DB_forge.php class in system/database; the function accepts a Boolean as the second parameter as to whether or not to apply the IF EXISTS mysql condition.
2015-02-02[ci skip] Fix #3515Andrey Andreev1-11/+11
2014-12-04DB forge/utilities polishing (docs) following #3375, #3378Andrey Andreev1-62/+49
2014-12-03Fix the user guide writeup for the DB forgeJames L Parry1-9/+105
Signed-off-by:James L Parry <jim_parry@bcit.ca>
2014-11-25User Guide update - Database ForgeJames L Parry1-13/+40
Made section levels consistent with the other database reference docs. Added return value writeups. Signed-off-by:James L Parry <jim_parry@bcit.ca>
2014-01-20Add support for optional table attributes to CI_DB_forge::create_table()Andrey Andreev1-0/+9
Supersedes PRs #989, #2776 Related issue: #41
2012-11-12Bring back the AFTER clause for DB Forge add_column()Andrey Andreev1-4/+19
(it was temporarily removed due to multiple inconsistencies with other drivers) This commit also fixes issue #1988. Also added support for the FIRST clause (again, MySQL and CUBRID only).
2012-11-06Added possibility to pass custom database objects to DB Forge and DB UtilitiesAndrey Andreev1-10/+22
Also, their property is no longer public and the utility class no longer extends CI_DB_forge.
2012-11-05Refactored DB ForgeAndrey Andreev1-10/+4
- PDO subdrivers are isolated from each other now. - Added compatibility for pretty much all of the features, for every DB platform. - Unified the way that stuff works in general. - Fixes issue #1005.
2011-10-07cleaning up and formatting database pagesJoseph Wensley1-16/+72
2011-10-05replacing the old HTML user guide with a Sphinx-managed user guideDerek Jones1-0/+212