diff options
author | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-12-20 11:34:55 +0100 |
---|---|---|
committer | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-12-20 11:34:55 +0100 |
commit | fec2f59721af5721ede0d2b60075910a6b646c03 (patch) | |
tree | 3aabfb00dbd055af10c376271d874cae8d292f49 /user_guide_src/source/changelog.rst | |
parent | dc3e4bedb39afe30d95635e5258aaecec4dfd74c (diff) | |
parent | 0d91fd2956812e07905d8047ef95a0e556edbb1a (diff) |
Merge pull request #801 from Mancy/master
Fixed issue #798: Update with Like now works
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 44c9432a2..62f60b1bb 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 |