summaryrefslogtreecommitdiffstats
path: root/user_guide_src
diff options
context:
space:
mode:
authorKyle Farris <kylefarris@gmail.com>2011-10-14 23:06:52 +0200
committerKyle Farris <kylefarris@gmail.com>2011-10-14 23:06:52 +0200
commit053dbc851f4c209ae05e1f079bb6da22e629b507 (patch)
tree7a93b454a60f523d343b0eb558cf37c98982d2a3 /user_guide_src
parent48d8fb6e9b58776abc96761dbd18e543418df4d7 (diff)
Updated changelog to new changelog format.
Diffstat (limited to 'user_guide_src')
-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 a6a2683aa..d0b935224 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