summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/database/query_builder.rst
AgeCommit message (Collapse)AuthorFilesLines
2018-09-05[ci skip] Merge pull request #5583 from johndekroon/developAndrey Andreev1-1/+2
Documented undocumented feature
2018-03-15[ci skip] Merge pull request #5437 from MadGuyyy/developAndrey Andreev1-1/+1
Docs spelling fix: utlize -> utilize
2017-07-21[ci skip] Merge pull request #5191 from jim-parry/patch/docsAndrey Andreev1-1/+1
Fix some mistakes in the user guide
2016-02-04Add batch_size param to insert_batch(), update_batch()Andrey Andreev1-4/+14
This should resolve #42
2015-10-19[ci skip] Fix docs about QB cachingAndrey Andreev1-1/+1
It doesn't support set() ... Related: #4175
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-27[ci skip] Update some query builder examplesAndrey Andreev1-11/+21
Related: #4001
2015-03-16[ci skip] Polish changes from PR #3669Andrey Andreev1-6/+7
2015-03-16update documentation in database/query_builder.rst, change 2 tabs + 4 spaces ↵yaoshanliang1-0/+6
to 3 tabs.
2015-02-20[ci skip] Fix where_in() docsAndrey Andreev1-4/+4
2015-02-02[ci skip] Fix #3515Andrey Andreev1-54/+54
2014-12-12fixed indentation/linkref errorsDavid Wosnitza1-6/+6
Signed-off-by: David Wosnitza <david@druul.in>
2014-12-11[ci skip] Update Query Builder docsAndrey Andreev1-330/+337
Close #2512 Related: #3396
2014-12-08User Guide - query builderJames L Parry1-5/+501
Integrated API reference with the regular query builder page. Added square brackets for optional parameters. Signed-off-by:James L Parry <jim_parry@bcit.ca>
2014-12-06User Guide - query builderJames L Parry1-139/+39
Removed API stuff from the query builder page. Added a new API reference page. Updated the index to include the API ref in the TOC. Started on the API reference page. Signed-off-by:James L Parry <jim_parry@bcit.ca>
2014-11-25User Guide update - Query Builder (fixes #2512)James L Parry1-78/+152
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>
2014-01-07Add a more clear note about query builder caching (issue #2721)Andrey Andreev1-1/+6
2013-12-19[ci skip] Add notes to get_compiled_insert(), get_compiled_update() docsAndrey Andreev1-4/+7
2013-11-11Cleanup PR #2719GDmac1-1/+1
for Fix #2406 query builder cache Signed-off-by: GDmac <grdalenoort@gmail.com>
2013-11-09docs: get_compile_selectGDmac1-3/+3
get_compile_select(null,false) without reset also preserves LIMIT settings
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-10-30[ci skip] Fix a note in the QB documentationAndrey Andreev1-2/+2
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-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-04-26Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into developJamie Rumbelow1-4/+4
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-02-19Renaming Active Record to Query Builder across the systemJamie Rumbelow1-0/+1008