summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/database/configuration.rst
AgeCommit message (Collapse)AuthorFilesLines
2017-10-09[ci skip] Merge pull request #5292 from ajdunn2/developAndrey Andreev1-1/+1
Small spelling fix
2015-11-16Grammar correction in database configuration guideCraig Johnson1-1/+1
"it" changed to "in" on line 10. "in" seems like the correct word to be used there. Small change.
2015-07-16Add 'ssl_verify' option for mysqli driverAndrey Andreev1-0/+1
MYSQLI_OPT_SSL_VERIFY_SERVER_CERT is an undocumented option that may not always be available. Reference: http://svn.php.net/viewvc/php/php-src/trunk/ext/mysqli/tests/mysqli_constants.phpt?view=markup&pathrev=302897
2015-07-16[ci skip] Update DB configuration docs with new SSL optionsAndrey Andreev1-10/+15
2015-06-18Removed db_options configuration item for implementation later. Changed 5 ↵Tim Nolte1-30/+5
new MySQLi SSL configuration options to a single ssl_options config item that is an array that will be read to set the individual SSL options. Signed-off-by: Tim Nolte <noltet@sekisui-spi.com>
2015-06-08Added new MySQLi parameters/info to default database config file. Fixed ↵Tim Nolte1-2/+26
missing new MySQLi parameters from database configuration documentation examples. Signed-off-by: Tim Nolte <noltet@sekisui-spi.com>
2015-06-08Fixed missing MySQLi driver parameter DOCBLOCK descriptions. Updated ↵Tim Nolte1-1/+8
database configuration documentation to include a list of the new MySQLi driver parameters. Signed-off-by: Tim Nolte <noltet@sekisui-spi.com>
2015-02-19Remove 'autoinit' DB settingAndrey Andreev1-6/+0
It doesn't make sense to do a load->database() call but not connect to the database. IIRC there was more stuff in CI_DB_driver::initialize() at some point, so that was probably the reason why the setting existed in the first place. However, now it only results in users making invalid bug reports because they don't understand the feature ... Examples during just the past 2 weeks: #3571 #3601 #3607
2015-02-12[ci skip] Correct db config docs about 'autoinit'Andrey Andreev1-1/+1
2015-01-23Fix unrecognized :doc: linkvlakoff1-3/+3
2014-11-25User Guide update - Query Builder (fixes #2512)James L Parry1-1/+2
1) Changed the grouping for better readability, in the query builder writeup 2) Added return value descriptors for all methods 3) Added default setting to query builder configuration writeup. The TOC sidebar is much better than before, though still a bit messy. This will need fixing with the sphinx theme update, being done separately. Signed-off-by:James L Parry <jim_parry@bcit.ca>
2012-10-27Add database schema configuration support (used by PostgreSQL, fix #158)Andrey Andreev1-0/+1
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 Andreev1-53/+69
2012-04-26Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into developJamie Rumbelow1-6/+6
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-03-12Postgres to PostgreSQLAndrey Andreev1-6/+6
2012-03-12Postgre to PostgresAndrey Andreev1-1/+1
2012-02-19Renaming Active Record to Query Builder across the systemJamie Rumbelow1-6/+6
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-26Fixing a couple of issues in documentation files that occur when running ↵Greg Aker1-0/+1
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
2011-11-29Updated change log and and database configuration to include failoverFelix Balfoort1-0/+22
2011-10-07Adding "array" on Database Configurationpurwandi1-1/+1
2011-10-07Fix Database Configuration on User Guiderpurwandi1-50/+69
2011-10-05replacing the old HTML user guide with a Sphinx-managed user guideDerek Jones1-0/+107