diff options
author | Timothy Warren <tim@timshomepage.net> | 2011-10-18 10:02:21 +0200 |
---|---|---|
committer | Timothy Warren <tim@timshomepage.net> | 2011-10-18 10:02:21 +0200 |
commit | 7d53c0d983dbe88f310b0547a6c76b1354d7208f (patch) | |
tree | f39678c1d8d3a59688e3a60286bc1708b923f3f6 /user_guide_src/source/changelog.rst | |
parent | 52aff71bac8bf93eff797e35d875334ebd3585a0 (diff) | |
parent | 961684280faccb7f32da700201422ecd8a454a0a (diff) |
Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into patch-2
Diffstat (limited to 'user_guide_src/source/changelog.rst')
-rw-r--r-- | user_guide_src/source/changelog.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index 97e949542..8b74fa94c 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -47,6 +47,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 @@ -321,6 +324,8 @@ Bug fixes for 2.0.1 - Fixed a bug (Reactor #69) where the SHA1 library was named incorrectly. +.. _2.0.0-changelog: + Version 2.0.0 ============= |