summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/database
AgeCommit message (Collapse)AuthorFilesLines
2018-03-14Spelling fix: utlize -> utilizeSukhmeet Singh1-1/+1
2017-10-08Small spelling fixAJ Dunn1-1/+1
Missing ‘e’ in word ‘certificates’. Signed-off-by: AJ Dunn <andrew.dunn2@outlook.com.au>
2017-09-16Fixed dbprefix()Mehdi Bounya1-1/+1
$this->db->set_dbprefix('newprefix'); $this->db->dbprefix('tablename'); Would output newprefixtablename not newprefix_tablename
2017-07-20Fix some mistakes in the user guideMaster Yoda1-1/+1
2017-06-22Close #4134: Allow dots in alias names detected by QBAndrey Andreev1-2/+3
2017-02-13Add user-guide.tianhe19861-0/+46
Signed-off-by: tianhe1986 <w1s2j3229@163.com>
2017-01-16spelling fixesklemens2-2/+2
2016-10-28Merge branch '3.1-stable' into developAndrey Andreev1-7/+7
Resolved conflicts: system/core/CodeIgniter.php user_guide_src/source/changelog.rst user_guide_src/source/conf.py user_guide_src/source/installation/downloads.rst user_guide_src/source/installation/upgrading.rst user_guide_src/source/libraries/form_validation.rst
2016-10-24[ci skip] Update docs on trans_off()Andrey Andreev1-7/+7
2016-07-26Merge branch '3.1-stable' into developAndrey Andreev1-0/+10
Conflicts resolved: .travis.yml system/core/CodeIgniter.php system/database/drivers/oci8/oci8_forge.php system/database/drivers/pdo/subdrivers/pdo_oci_forge.php system/helpers/path_helper.php system/libraries/Email.php user_guide_src/source/changelog.rst user_guide_src/source/conf.py user_guide_src/source/contributing/index.rst user_guide_src/source/general/requirements.rst user_guide_src/source/general/styleguide.rst user_guide_src/source/installation/downloads.rst user_guide_src/source/installation/upgrade_310.rst user_guide_src/source/installation/upgrading.rst
2016-07-26[ci skip] Minor documentation fixesAndrey Andreev1-0/+1
2016-07-22[ci skip] Add affected_rows() to db reference docsAndrey Andreev1-0/+9
2016-03-11Merge branch '3.0-stable' into developAndrey Andreev2-1/+14
Resolved conflicts: system/core/CodeIgniter.php user_guide_src/source/changelog.rst user_guide_src/source/conf.py user_guide_src/source/installation/downloads.rst user_guide_src/source/installation/upgrading.rst
2016-02-17[ci skip] Update docs to reflect escape_like_str() usage with ESCAPE '\!'Andrey Andreev2-1/+14
Closes #4462
2016-02-09Merge branch '3.0-stable' into developAndrey Andreev1-4/+14
Fixed conflicts: user_guide_src/source/overview/at_a_glance.rst
2016-02-04Add batch_size param to insert_batch(), update_batch()Andrey Andreev1-4/+14
This should resolve #42
2016-02-02Merge pull request #4419 from EpicKris/hotfix/database-forge-unique-docAndrey Andreev1-4/+6
[ci skip] Added docs for UNIQUE keys in DBForge
2016-02-01Changed Unique ValueKristian Matthews1-1/+1
Changed unique value from false to true. Signed-off-by: Kristian Matthews <kristian.matthews@me.com>
2016-01-31Added Unique Field Attribute DocKristian Matthews1-4/+6
Signed-off-by: Kristian Matthews <kristian.matthews@me.com>
2015-12-14Change DB charset handlingAndrey Andreev1-10/+1
Close #4311
2015-12-12Complete the proposed changes from PR #4300Andrey Andreev1-0/+1
2015-12-10Merge pull request #4304 from scherepn/fix-doc-build-errorsAndrey Andreev1-1/+1
[ci skip] Fix mismatched brackets in documentation
2015-12-09Fix mismatched brackets in documentationPhil Scherer1-1/+1
Sphinx generates incomplete/incorrect HTML output because there are mismatched brackets in the documentation. Signed-off-by: Phil Scherer <pscher1@umbc.edu>
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-11-12Grammar 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-10-19Fix #4171 and a number of other transaction bugsAndrey Andreev1-2/+4
2015-10-19[ci skip] Fix docs about QB cachingAndrey Andreev1-1/+1
It doesn't support set() ... Related: #4175
2015-09-22[ci skip] Remove an example from DB docsAndrey Andreev1-17/+0
Users shouldn't be encouraged to use num_rows() that way ... We had already decided on this awhile ago, this example just slipped through.
2015-09-14Fix #4032Andrey Andreev1-2/+2
2015-07-29[ci skip] QB docs, consistent bool vs booleanAndrey Andreev1-6/+6
2015-07-29Revert "[ci skip] Fix where_in() docs"Andrey Andreev1-4/+4
This reverts commit c749bfbca99291fe64ca98d45a20d0735cb4e461. Related to #3989, #4001
2015-07-29Merge pull request #4009 from aneasystone/doc-proAndrey Andreev1-2/+2
[ci skip] Correct notes about database_exists(), optimize_database() utils
2015-07-29fix mixed-up database and tableaneasystone1-2/+2
Signed-off-by: aneasystone <aneasystone@gmail.com>
2015-07-28[ci skip] Remove a redundant example from DB result docsAndrey Andreev1-12/+0
2015-07-27[ci skip] Update some query builder examplesAndrey Andreev1-11/+21
Related: #4001
2015-07-24[ci skip] Remove some whitespaceAndrey Andreev1-7/+7
2015-07-24Merge pull request #3993 from lonnieezell/f/dbnumrowsAndrey Andreev1-16/+13
[ci skip] Removing use of num_rows() in DB results docs
2015-07-24Revamping to the tune of issetLonnie Ezell1-2/+2
2015-07-23[ci skip] Polish changes from PR #3990Andrey Andreev1-15/+18
2015-07-23Tabs vs Spaces and the forgotten rewrite.Lonnie Ezell1-6/+6
2015-07-23The little things. :)Lonnie Ezell1-1/+0
2015-07-22Removing use of ->num_rows() in DB results docs.Lonnie Ezell1-16/+14
2015-07-22Revamping User class example for Custom Result ObjectsLonnie Ezell1-8/+5
2015-07-22Rewording and typosLonnie Ezell1-13/+14
2015-07-21Added missing space.Lonnie Ezell1-1/+1
2015-07-21Adding Custom Result object documentation to Query Results docs.Lonnie Ezell1-0/+87
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-07-16Merge branch 'feature/mysqli-ssl' of github.com:ndigitals/CodeIgniter into ↵Andrey Andreev1-3/+9
feature/mysqli_ssl
2015-07-13Update forge.rstAdrian Voicu1-1/+1