summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/database
AgeCommit message (Expand)AuthorFilesLines
2012-10-12Set MySQL client compression to FALSE by default (problems reported with it),...Andrey Andreev1-5/+10
2012-08-21driver fix + userguide + changelogMichiel Vugteveen1-1/+6
2012-07-04Some user guide updatesAndrey Andreev2-69/+87
2012-06-26Fixing various Sphinx bugs and syntax errors in docsDerek Jones1-2/+2
2012-06-16Documentation: remaining PHP "var" declarations changed to "public"vlakoff1-9/+9
2012-06-15Update simple_query() documentation (issue #1484)Andrey Andreev1-5/+25
2012-05-19Fixed typoJuan Ignacio Borda1-1/+1
2012-05-19Fixed some spacesJuan Ignacio Borda1-1/+1
2012-05-18Added doc notes for unbuffered_row() functionJuan Ignacio Borda1-0/+20
2012-04-26Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into developJamie Rumbelow3-11/+11
2012-04-02Merge upstream branchAndrey Andreev1-1/+1
2012-03-26Commas, not tabs, are the default delimiter in dbutil->csv_from_result.mrw1-1/+1
2012-03-20Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop-db-sql...Andrey Andreev1-5/+5
2012-03-13Active Record documentation cleanupTimothy Warren1-5/+5
2012-03-12Postgres to PostgreSQLAndrey Andreev1-6/+6
2012-03-12Postgre to PostgresAndrey Andreev1-1/+1
2012-03-09Merge upstream branchAndrey Andreev1-2/+7
2012-03-06Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into developJamie Rumbelow4-6/+32
2012-03-05Fixed note in documentationTimothy Warren1-1/+1
2012-03-05Add a note to the num_rows() documentationAndrey Andreev1-2/+7
2012-03-03Merge upstream branchAndrey Andreev3-4/+25
2012-03-02Merge upstreamTimothy Warren1-0/+17
2012-03-02Replaced DB methods _error_message() and _error_number() with error() (issue ...Andrey Andreev1-0/+17
2012-02-28Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into developJamie Rumbelow1-0/+6
2012-02-27Merge upstreamTimothy Warren1-0/+6
2012-02-24Merge upstream branchAndrey Andreev1-0/+6
2012-02-22Close services after using them, added dbutil->backup() methodTimothy Warren1-1/+5
2012-02-22Add an optional database name parameter to db_select()Andrey Andreev1-0/+6
2012-02-19Renaming Active Record to Query Builder across the systemJamie Rumbelow6-31/+31
2012-02-16Implemented insert_id() methodTimothy Warren1-3/+3
2012-02-10Merge upstream branchAndrey Andreev1-0/+4
2012-02-09Fixed PDOTaufan Aditya1-0/+4
2012-01-16Add SQLite3 database driverAndrey Andreev1-1/+1
2011-12-28added query grouping to Active RecordWanWizard1-61/+109
2011-12-26Fixing a couple of issues in documentation files that occur when running Sphi...Greg Aker2-9/+7
2011-11-29Changed the array structure in the userguideFelix Balfoort1-16/+36
2011-11-29changed much to many in the documentationFelix Balfoort1-1/+1
2011-11-29Updated change log and and database configuration to include failoverFelix Balfoort1-0/+22
2011-10-31Fixed one-liner code on Database Connection page of userguideTimothy Warren1-4/+19
2011-10-26fix user guide active_record.rst formatting, remove old PHP 5 note, now only ...kenjis1-6/+4
2011-10-18fixed typo in AR docs. NOTE: Sphinx gives a ReST error for unknown title tar...Derek Jones1-1/+2
2011-10-14Updated to new documentation for new active record methods.Kyle Farris1-0/+108
2011-10-10incremental improvement to user guide ToCDerek Jones1-18/+14
2011-10-07Merge branch 'user_guide' of https://github.com/jwensley2/CodeIgniter into jw...Greg Aker12-94/+393
2011-10-07cleaning up and formatting database pagesJoseph Wensley13-111/+412
2011-10-07Adding "array" on Database Configurationpurwandi1-1/+1
2011-10-07Fix Database Configuration on User Guiderpurwandi1-50/+69
2011-10-07change hardcoded page docs to use generated onesJoseph Wensley1-34/+13
2011-10-05replacing the old HTML user guide with a Sphinx-managed user guideDerek Jones15-0/+2311