summaryrefslogtreecommitdiffstats
path: root/user_guide/database
AgeCommit message (Expand)AuthorFilesLines
2019-09-19[ci skip] 3.1.11 releaseAndrey Andreev15-0/+13616
2011-10-05replacing the old HTML user guide with a Sphinx-managed user guideDerek Jones15-3426/+0
2011-09-23Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into developTimothy Warren2-1/+40
2011-09-23Merge pull request #476 from adrianmacneil/developGreg Aker1-0/+4
2011-09-22Documented third $after_field parameter of dbforge->add_column()Adrian Macneil1-0/+4
2011-09-14Copied into GitHub from @kenjis 's bitbucket repo.https://bitbucket.org/kenji...saintnicster1-1/+36
2011-09-14Miscellaneous fixesTimothy Warren1-2/+1
2011-09-14Fixed affected_rows() function, added PDO/postgres note for insert_id() functionTimothy Warren1-0/+1
2011-09-14Added connection information note in documentationTimothy Warren1-0/+2
2011-09-11update user guide for replacing 'br/' with 'br /'Bo-Yi Wu1-3/+3
2011-09-09Forgot an 'and'...Kyle Farris1-1/+1
2011-09-09Documented an un-documented feature, the 'enclosures' parameter, to the docum...Kyle Farris1-3/+4
2011-09-04Fixed incorrectly named variables in the documentation.Phil Sturgeon1-2/+2
2011-08-26Removed some documentation for PHP 4 users in the active record documentation.Iban Eguia1-5/+2
2011-08-21Merge pull request #240 from chonthu/developPhil Sturgeon1-0/+7
2011-08-21Fixed more awesome stuff.Phil Sturgeon1-1/+1
2011-08-21Fixed some stuff.Phil Sturgeon1-1/+1
2011-08-21updated changelog and documentation for active record new 3rd argument option...Nithin Meppurathu1-0/+7
2011-08-20Merge branch 'release/v2.0.3' into developDerek Jones15-15/+15
2011-08-20updated version number in user guide, removed some stray merge markers found ...Derek Jones15-15/+15
2011-08-13Fixed conflicted changelog.Phil Sturgeon1-2/+7
2011-07-15... set_dbprefix(). Programatically set the prefix, great for multi-site syst...Phil Sturgeon1-2/+7
2011-07-02hand merged remaining unresolved files following the backout of 648b42a75739,...Derek Jones3-4/+4
2011-07-02backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke...Derek Jones15-123/+123
2011-07-02hand merged remaining unresolved files following the backout of 648b42a75739,...Derek Jones15-123/+123
2011-07-02backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke...Derek Jones15-123/+123
2011-05-20modified the 'use_set_names' variable in the MySQL/i drivers to be a class pr...Derek Jones1-1/+1
2011-04-25Fixed double-space typo.Razican15-123/+123
2011-04-25Duplicate this->db->insert_batch in documentation. Fixes #202Eric Barnes1-24/+0
2011-04-19modified MySQL and MySQLi drivers to address a potential SQL injection attack...Derek Jones1-1/+1
2011-04-15update Prev/Next Topic link on user_guide/database/utilities.htmlkenjis1-1/+1
2011-04-15update Prev/Next Topic link on user_guide/database/index.htmlkenjis1-1/+1
2011-04-07Wow, I screwed that up, Reactor is going to 2.0.2 not 2.0.1Pascal Kriete15-15/+15
2011-04-06Made Environment Support optional. Comment out or delete the constant to stop...Phil Sturgeon1-0/+24
2011-03-22Fixed wording when inserting object via active record. Fixes: #143Eric Barnes1-1/+1
2011-03-10Updated version number in User Guide html.Phil Sturgeon15-15/+15
2011-02-23Added documentation for DB active record insert_batch();Phil Sturgeon1-4/+29
2011-02-14Whitespace tweaks to put code examples in line with our guidelinesPascal Kriete1-1/+1
2011-02-06Added documentation for changes to DB_resultJohn Crepezzi1-1/+22
2011-02-02Added a better explanation for the 'autoinit' db option. Side note: should th...katzgrau1-1/+1
2011-02-02Merged recent changes and tweaked multi-env changes.Phil Sturgeon15-17/+17
2011-01-31The db utility had the wrong code example for database_exists(). Fixes #26Eric Barnes1-2/+2
2011-01-28updating copyrights to 2011Derek Jones15-15/+15
2011-01-16Added documentation for environmentsjoelcox1-3/+1
2011-01-13Updating references to deprecated functions in the active record documentationDerek Allard1-1/+1
2010-12-15Name can be omiitted from ->dbforge->modify_column()'s 2nd param if you aren'...Phil Sturgeon1-1/+1
2010-10-04Cleanup of stray spaces and tabsBarry Mieny7-57/+57
2010-08-06Removing the following deprecated database methods: orwhere, orlike, groupby...Greg Aker1-5/+5
2010-07-05typo fixDerek Allard1-1/+1
2010-07-05example clarificationDerek Allard1-1/+1