summaryrefslogtreecommitdiffstats
path: root/user_guide/database
AgeCommit message (Collapse)AuthorFilesLines
2018-06-12[ci skip] 3.1.9 releaseAndrey Andreev15-0/+13615
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
Documented third $after_field parameter of dbforge->add_column()
2011-09-22Documented third $after_field parameter of dbforge->add_column()Adrian Macneil1-0/+4
2011-09-14Copied into GitHub from @kenjis 's bitbucket ↵saintnicster1-1/+36
repo.https://bitbucket.org/kenjis/ci-user-guide/changeset/3d579dd14afe
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 ↵Kyle Farris1-3/+4
documentation for DB Util's result_to_csv() method.
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
updated changelog and documentation for active record new 3rd argument op
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 ↵Nithin Meppurathu1-0/+7
option #none# to like clause
2011-08-20Merge branch 'release/v2.0.3' into developDerek Jones15-15/+15
Conflicts: user_guide/changelog.html
2011-08-20updated version number in user guide, removed some stray merge markers found ↵Derek Jones15-15/+15
in the change log
2011-08-13Fixed conflicted changelog.Phil Sturgeon1-2/+7
2011-07-15... set_dbprefix(). Programatically set the prefix, great for multi-site ↵Phil Sturgeon1-2/+7
systems that "namespace" with prefixes.
2011-07-02hand merged remaining unresolved files following the backout of ↵Derek Jones3-4/+4
648b42a75739, which was a NON-trivial whitespace commit
2011-07-02backed out 648b42a75739, which was a NON-trivial whitespace commit. It ↵Derek Jones15-123/+123
broke the Typography class's string replacements, for instance
2011-07-02hand merged remaining unresolved files following the backout of ↵Derek Jones15-123/+123
648b42a75739, which was a NON-trivial whitespace commit
2011-07-02backed out 648b42a75739, which was a NON-trivial whitespace commit. It ↵Derek Jones15-123/+123
broke the Typography class's string replacements, for instance
2011-05-20modified the 'use_set_names' variable in the MySQL/i drivers to be a class ↵Derek Jones1-1/+1
property instead of static, in case multiple database servers are connected to in a single request. Also clarified description of the 'dbcollat' setting in the configuration files
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 ↵Derek Jones1-1/+1
attack vector when multi-byte character set connections are employed. (Does not impact Latin-1, UTF-8, etc. encodings)
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 ↵Phil Sturgeon1-0/+24
stop environment checks.
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 ↵katzgrau1-1/+1
that really be true by default?
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 ↵Phil Sturgeon1-1/+1
aren't changing the name.
2010-10-04Cleanup of stray spaces and tabsBarry Mieny7-57/+57
2010-08-06Removing the following deprecated database methods: orwhere, orlike, ↵Greg Aker1-5/+5
groupby, orhaving, orderby, getwhere.
2010-07-05typo fixDerek Allard1-1/+1
2010-07-05example clarificationDerek Allard1-1/+1