summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/database
diff options
context:
space:
mode:
authorGDmac <grdalenoort@gmail.com>2013-11-11 13:18:09 +0100
committerGDmac <grdalenoort@gmail.com>2013-11-11 13:18:09 +0100
commit17a0528c23c4d6cf95b03299fbfe2ff789b82249 (patch)
treefc3b8af618e7b96b498911e3e324158c8abcf7d5 /user_guide_src/source/database
parent5d9b03b022bbc95c3c57830cc4cc27c39c7a59be (diff)
Cleanup PR #2719
for Fix #2406 query builder cache Signed-off-by: GDmac <grdalenoort@gmail.com>
Diffstat (limited to 'user_guide_src/source/database')
-rw-r--r--user_guide_src/source/database/query_builder.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/database/query_builder.rst b/user_guide_src/source/database/query_builder.rst
index 5e0dcb4be..480067407 100644
--- a/user_guide_src/source/database/query_builder.rst
+++ b/user_guide_src/source/database/query_builder.rst
@@ -1055,4 +1055,4 @@ run the query::
$data = $this->db->get()->result_array();
// Would execute and return an array of results of the following query:
- // SELECT field1, field1 from mytable where field3 = 5;
+ // SELECT field1, field1 from mytable where field3 = 5; \ No newline at end of file