summaryrefslogtreecommitdiffstats
path: root/user_guide/database
AgeCommit message (Expand)AuthorFilesLines
2013-07-15Correcting URL for search box.Wes Baker15-15/+15
2013-07-08Fixing a typo in the user guide.Wes Baker15-15/+15
2013-07-08Updating User Guide for 2.1.4.Wes Baker15-15/+15
2012-10-07Bump version number to 2.1.3Andrey Andreev15-15/+15
2012-06-29Bumping version number to 2.1.2.Wes Baker15-15/+15
2012-05-17Added upgrade for 2.1.1 and updated version.Phil Sturgeon15-30/+30
2011-11-02Copied into GitHub from @kenjis 's bitbucket repo.https://bitbucket.org/kenji...saintnicster1-2/+37
2011-11-01fix user_guide/database/results.html, unmodified variable '$user' to '$row'Yoko TAMADA1-1/+1
2011-10-27updated changelog and documentation for active record new 3rd argument option...Nithin Meppurathu1-0/+7
2011-10-27Bumped CodeIgniter version to 2.1.0.Phil Sturgeon15-15/+15
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
2010-07-05fixed a missing </li> in guideDerek Allard1-1/+1
2010-07-05Fixed an example typoDerek Allard1-1/+1
2010-03-29fixed casing of EllisLabDerek Jones15-15/+15
2010-03-10added swap_pre, autoinit, and stricton database configuration explanationsDerek Jones1-3/+12
2010-03-05changing docs refs to future release 2.0.0Derek Jones15-15/+15
2010-02-04note on case sensitivity in database_exists()Derek Allard1-1/+1
2010-02-04database exists function in dbutilDerek Allard1-0/+19
2010-01-17Documentd db->close()Derek Allard1-1/+3