diff options
author | Mancy <abdullah.mancy@gmail.com> | 2011-12-20 11:13:14 +0100 |
---|---|---|
committer | Mancy <abdullah.mancy@gmail.com> | 2011-12-20 11:13:14 +0100 |
commit | 0d91fd2956812e07905d8047ef95a0e556edbb1a (patch) | |
tree | 5b4ffe187a128746960e93cf86b9da9f03e2f9dd /user_guide_src/source/changelog.rst | |
parent | 205d02936cf76f9b430129d9b704c182933cfee4 (diff) |
#798: update changelog and typo fix
Diffstat (limited to 'user_guide_src/source/changelog.rst')
-rw-r--r-- | user_guide_src/source/changelog.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index 74c29a509..4e0f04105 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -40,6 +40,7 @@ Release Date: Not Released - 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(). + - Taking care of LIKE condition when used with MySQL UPDATE statement. - Libraries |