summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/changelog.rst
diff options
context:
space:
mode:
authorDerek Jones <derek.jones@ellislab.com>2011-10-18 03:38:45 +0200
committerDerek Jones <derek.jones@ellislab.com>2011-10-18 03:38:45 +0200
commit12e93fe725493cc2a6dfe17a0bd7a15cb0bcdab6 (patch)
tree1673df7163c8a9ee7ebffba15309f07a5c20844b /user_guide_src/source/changelog.rst
parent3e414f9f72e387449d9e3984e1869b386564deaf (diff)
parent053dbc851f4c209ae05e1f079bb6da22e629b507 (diff)
Merge pull request #307 from kylefarris/isue-276
Fix for Issue #276 - Thanks Kyle!
Diffstat (limited to 'user_guide_src/source/changelog.rst')
-rw-r--r--user_guide_src/source/changelog.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst
index 3e1643524..906e2ebaa 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -46,6 +46,9 @@ Release Date: Not Released
$this->db->like() in the :doc:`Database
Driver <database/active_record>`.
- Added $this->db->insert_batch() support to the OCI8 (Oracle) driver.
+ - Added new :doc:`Active Record <database/active_record>` methods that return
+ the SQL string of queries without executing them: get_compiled_select(),
+ get_compiled_insert(), get_compiled_update(), get_compiled_delete().
- Libraries