summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/database
AgeCommit message (Collapse)AuthorFilesLines
2022-01-05Drop some previously deprecated functionalityAndrey Andreev1-2/+1
2022-01-05Drop option to disable Query BuilderAndrey Andreev1-18/+1
I don't know if it has ever worked properly, too much things break if you do try to disable it.
2020-07-09Merge branch '3.1-stable' into developAndrey Andreev1-1/+1
2020-01-28[ci skip] Docs spaces-to-tabs correctionAndrey Andreev1-2/+2
2020-01-28[ci skip] Merge pull request #5890 from jerkob/developAndrey Andreev1-0/+7
Adds a public trans_active function to determine transaction state
2020-01-28[ci skip] Merge pull request #5890 from jerkob/developAndrey Andreev1-0/+7
Adds a public trans_active function to determine transaction state
2020-01-28Merge branch '3.1-stable' into developAndrey Andreev1-1/+1
Conflicts resolved: .travis.yml system/database/DB_query_builder.php system/helpers/captcha_helper.php system/libraries/Cache/drivers/Cache_redis.php system/libraries/Zip.php
2020-01-28Update docs for `trans_active()` function`jerkob1-5/+4
Per code review, update documentation from the proposed `trans_depth()` function to the replacement `trans_active()` function.
2020-01-27[ci skip] Merge pull request #5881 from InSitu-Software/query_builder_full_joinAndrey Andreev1-1/+1
Added FULL OUTER JOIN to QueryBuilder
2020-01-24Add documentation for trans_depth functionjerkob1-0/+8
2020-01-23added FULL OUTER join option to documentationChristian Mohr1-1/+1
2019-10-08[ci skip] Fix #5847Andrey Andreev1-1/+1
2019-02-14[ci skip] Updated QB reference docs for ↵Andrey Andreev1-4/+48
38291e8e44ca5ccc6273d310127db332ace8f84a and #5017
2018-09-05[ci skip] Merge pull request #5583 from johndekroon/developAndrey Andreev1-1/+2
Documented undocumented feature
2018-09-03Documented undocumented featureJohn de Kroon1-1/+2
The 'none' option is a valid option, which was documented in the 2.x documentation. I added it since it is still supported in 3.x.
2018-03-15[ci skip] Merge pull request #5437 from MadGuyyy/developAndrey Andreev1-1/+1
Docs spelling fix: utlize -> utilize
2018-03-14Spelling fix: utlize -> utilizeSukhmeet Singh1-1/+1
2017-10-09[ci skip] Merge pull request #5292 from ajdunn2/developAndrey Andreev1-1/+1
Small spelling fix
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-16[ci skip] Merge pull request #5265 from mehdibo/patch-1Andrey Andreev1-1/+1
Fixed dbprefix() documentation
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-21[ci skip] Merge pull request #5191 from jim-parry/patch/docsAndrey Andreev1-1/+1
Fix some mistakes in the user guide
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-17[ci skip] Merge pull request #4986 from ka7/feature/spellingAndrey Andreev2-2/+2
Spelling fixes in comment blocks and docs
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