summaryrefslogtreecommitdiffstats
path: root/user_guide/database
AgeCommit message (Collapse)AuthorFilesLines
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
2010-01-05updated copyrightsDerek Jones15-15/+15
2009-12-16wording clarificationDerek Allard1-1/+1
2009-09-11prep for 1.7.2 releaseDerek Jones15-15/+15
2009-04-22updated copyrights to 2009Derek Jones15-15/+15
2009-02-27added reconnect() method to db driversDerek Jones1-0/+5
2009-02-20added LIKE condition escaping to all drivers and Active RecordDerek Jones1-1/+8
updated all DB drivers to accept arrays in escape_str()
2009-02-11Prep for 1.7.1 releaseDerek Jones15-15/+15
2009-02-04grammer ... um, grammar... fix.Derek Allard1-1/+1
2009-02-04AR was documented as being off by default, corrected this.Derek Allard1-1/+1
2008-12-07fixed a broken link, fixed a typoDerek Allard1-1/+1
2008-11-13Changing EOL style to LFDerek Allard15-3274/+3274
2008-11-13odcc to odbcDerek Allard1-1/+1
2008-10-19Improved connection infoRick Ellis1-0/+10
2008-10-18(no commit message)Rick Ellis1-9/+20
2008-10-17(no commit message)Rick Ellis1-1/+8
2008-09-25postgre to postgres in a few documentation pagesDerek Allard2-4/+4
2008-09-04removed random invisible character (ASCII 194) from HTML and PHP filesDerek Jones1-1/+1
2008-08-31fixed incorrect example SQL output exampleDerek Allard1-1/+1
2008-08-31grammar changesDerek Allard2-2/+2
2008-08-26Added Form Validation Library and updated docsRick Ellis15-15/+15
2008-08-26Made a Loader changes so that the new validation class will work.Rick Ellis15-15/+15
Made some doc style changes
2008-08-21further whitespace fixesDerek Allard3-69/+69
2008-07-25quotes to an example in DBforgeDerek Allard1-1/+1
2008-07-16fixed a series of "next" and "previous" topic links that pointed to the ↵Derek Allard2-2/+2
wrong pages.
2008-07-09guide typoDerek Allard1-1/+1
2008-06-27changed user guide version to 1.6.3Derek Jones15-15/+15
2008-06-26changed your-site.com to example.com doc-wideDerek Jones2-3/+3
2008-06-26fix up where_in examplesDerek Allard1-4/+4
2008-06-22added some missing ; to examplesDerek Allard1-10/+5
2008-06-15userguide typo fixDerek Allard1-1/+1
2008-06-02added a missing wordDerek Allard1-1/+1
2008-05-31Charset information in the userguide has been moved above title for ↵Derek Allard15-15/+15
internationalization purposes (#4614)
2008-05-29made MySQL/MySQLi forge use explicitly named KEYs, added ability to specify ↵Derek Jones1-2/+10
multi-column non-primary keys in table creation
2008-05-17example touch upDerek Allard1-1/+1
2008-05-14fixed bug #3419 where the 'database' setting for DSN connections was using ↵Derek Jones1-1/+4
the host portion of the URL instead of the path. Added ability to set other db config values in DSN connections via query string
2008-05-12(no commit message)Rick Ellis1-4/+11
2008-05-06updated version number in user guide to 1.6.2Derek Jones15-15/+15
2008-05-06Flipped user guide page titles for easier recognition in tabs:Derek Jones15-15/+15
<title>CodeIgniter User Guide : Page TItle</title> to <title>Page Title : CodeIgniter User Guide</title>
2008-04-13A field fields were incorrectly commented, and or examples invalid.Derek Allard1-7/+7
2008-04-10doc typos / fixesDerek Allard2-5/+5
2008-04-07Added rename_table() into DBForge.Derek Allard1-3/+8
2008-04-06Fixed a bug that wasn't allowing escaping to be turned off if the value of a ↵Derek Allard1-22/+10
query was NULL.
2008-04-06Added the ability to prevent escaping in having() clauses.Derek Allard1-9/+17
2008-03-27typoDerek Allard1-2/+2
2008-03-25userguide note, corrections and omissionsDerek Allard4-8/+8
2008-03-25doc typos and fixesDerek Allard1-1/+1
2008-03-18html fixesDerek Allard2-3/+1