summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/database/query_builder.rst
AgeCommit message (Collapse)AuthorFilesLines
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