summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/database
AgeCommit message (Collapse)AuthorFilesLines
2013-02-15Various cosmetic fixesvlakoff1-1/+1
2012-12-20fixes #2081 : change parameter/variable name to 'foreign_key_checks', update ↵Andrew Podner1-14/+14
change log Signed-off-by:Andrew Podner <a.podner@me.com>
2012-12-19Resolves issue #2081 : provides an option to include statements to disable ↵Andrew Podner1-13/+14
and re-enable foreign key checks in a MySQL database backup output statement.
2012-12-04Rename DB_result _data_seek() to data_seek() and make it publicly availableAndrey Andreev1-9/+34
(as requested in #2050)
2012-11-29Fix #2041Andrey Andreev1-18/+19
2012-11-13Add seed values support for Query Builder order_byAndrey Andreev1-7/+23
(feature request #1987)
2012-11-12Bring back the AFTER clause for DB Forge add_column()Andrey Andreev1-4/+19
(it was temporarily removed due to multiple inconsistencies with other drivers) This commit also fixes issue #1988. Also added support for the FIRST clause (again, MySQL and CUBRID only).
2012-11-06Added possibility to pass custom database objects to DB Forge and DB UtilitiesAndrey Andreev2-45/+65
Also, their property is no longer public and the utility class no longer extends CI_DB_forge.
2012-11-05Refactored DB ForgeAndrey Andreev1-10/+4
- PDO subdrivers are isolated from each other now. - Added compatibility for pretty much all of the features, for every DB platform. - Unified the way that stuff works in general. - Fixes issue #1005.
2012-10-30[ci skip] Fix a note in the QB documentationAndrey Andreev1-2/+2
2012-10-27Add database schema configuration support (used by PostgreSQL, fix #158)Andrey Andreev1-0/+1
2012-10-24[ci skip] Document Query Builder method replace() (fix #1651)Andrey Andreev1-1/+30
2012-10-24An alternative to affected_rows() for insert_batch() and update_batch() (ref ↵Andrey Andreev1-0/+4
#126)
2012-10-12Set MySQL client compression to FALSE by default (problems reported with ↵Andrey Andreev1-5/+10
it), fix some typos, add encrypted database connections support and fix SQLSRV CharacterSet setting
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
Since PHP 4 isn't supported anymore, let's clean up these few PHP "var" declarations which were remaining in the documentation. According to my checks, there is no more PHP "var" left.
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
Conflicts: system/core/Loader.php system/database/DB_query_builder.php system/database/drivers/cubrid/cubrid_driver.php system/database/drivers/mssql/mssql_driver.php system/database/drivers/mysql/mysql_driver.php system/database/drivers/mysqli/mysqli_driver.php system/database/drivers/oci8/oci8_driver.php system/database/drivers/odbc/odbc_driver.php system/database/drivers/pdo/pdo_driver.php system/database/drivers/postgre/postgre_driver.php system/database/drivers/sqlite/sqlite_driver.php user_guide_src/source/changelog.rst user_guide_src/source/database/query_builder.rst
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 ↵Andrey Andreev1-5/+5
develop-db-sqlite3
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
Conflicts: system/database/DB_driver.php system/database/DB_query_builder.php
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
#1097)
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
this is a feature that has been lacking for a very long time. lots of people complained about it over the years, but it never got added so you'd have to resort to handcrafted queries when you needed this feature. This is a port of code from DataMapper, in use since CI 1.6.
2011-12-26Fixing a couple of issues in documentation files that occur when running ↵Greg Aker2-9/+7
Sphinx 'make html'
2011-11-29Changed the array structure in the userguideFelix Balfoort1-16/+36
2011-11-29changed much to many in the documentationFelix Balfoort1-1/+1