Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-07-29 | fix mixed-up database and table | aneasystone | 1 | -2/+2 | |
Signed-off-by: aneasystone <aneasystone@gmail.com> | |||||
2015-06-23 | [ci skip] Remove an assign-by-ref example from DButil docs | Andrey Andreev | 1 | -2/+2 | |
Triggers an E_DEPRECATED message; reported via the forums: http://forum.codeigniter.com/thread-62178-post-319791.html | |||||
2015-05-08 | update userguide | ftwbzhao | 1 | -2/+2 | |
2015-03-07 | removed ending S from csv_from_results and xml_from_results DButil Class ↵ | Mattias Hedman | 1 | -3/+3 | |
reference section in userguide Signed-off-by: Mattias Hedman <mattias.hedman@stopp.se> | |||||
2015-02-04 | Adjusted return type for CI_DB_utility::backup to suggestions | Gabriel Potkány | 1 | -1/+1 | |
2015-02-04 | Adjusted returns/return types to suggestions | Gabriel Potkány | 1 | -2/+2 | |
2015-02-04 | Fixed inconsistent return types | Gabriel Potkány | 1 | -1/+1 | |
2015-02-02 | [ci skip] Fix #3515 | Andrey Andreev | 1 | -9/+9 | |
2014-12-04 | DB forge/utilities polishing (docs) following #3375, #3378 | Andrey Andreev | 1 | -36/+39 | |
2014-12-03 | Remove duplicated method in database utilities documentation | Ahmad Anbar | 1 | -8/+0 | |
2014-11-26 | User Guide update - Datbase Utilities | James L Parry | 1 | -2/+11 | |
Fixed the return types Signed-off-by:James L Parry <jim_parry@bcit.ca> | |||||
2014-11-26 | User Guide update - Datbase Utilities | James L Parry | 1 | -1/+3 | |
1) Updated TOC structure of the DB Utilities writeup 2) Added a class reference at the end, ordered by method name Signed-off-by:James L Parry <jim_parry@bcit.ca> | |||||
2014-11-26 | User Guide update - Datbase Utilities | James L Parry | 1 | -24/+97 | |
1) Updated TOC structure of the DB Utilities writeup 2) Added a class reference at the end, ordered by method name Signed-off-by:James L Parry <jim_parry@bcit.ca> | |||||
2012-12-20 | fixes #2081 : change parameter/variable name to 'foreign_key_checks', update ↵ | Andrew Podner | 1 | -14/+14 | |
change log Signed-off-by:Andrew Podner <a.podner@me.com> | |||||
2012-12-19 | Resolves issue #2081 : provides an option to include statements to disable ↵ | Andrew Podner | 1 | -13/+14 | |
and re-enable foreign key checks in a MySQL database backup output statement. | |||||
2012-11-06 | Added possibility to pass custom database objects to DB Forge and DB Utilities | Andrey Andreev | 1 | -35/+43 | |
Also, their property is no longer public and the utility class no longer extends CI_DB_forge. | |||||
2012-03-26 | Commas, not tabs, are the default delimiter in dbutil->csv_from_result. | mrw | 1 | -1/+1 | |
2012-02-22 | Close services after using them, added dbutil->backup() method | Timothy Warren | 1 | -1/+5 | |
2011-10-07 | cleaning up and formatting database pages | Joseph Wensley | 1 | -9/+65 | |
2011-10-07 | change hardcoded page docs to use generated ones | Joseph Wensley | 1 | -34/+13 | |
escape "http://" that was getting linked formatting some tables | |||||
2011-10-05 | replacing the old HTML user guide with a Sphinx-managed user guide | Derek Jones | 1 | -0/+189 | |