summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/database/forge.rst
AgeCommit message (Collapse)AuthorFilesLines
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