diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-01-25 21:05:49 +0100 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-01-25 21:05:49 +0100 |
commit | 8c1b269b1a53f4ace1e7e549fa2c7781cc9f09e9 (patch) | |
tree | 27f6db75789c23a37c6819ee976fd595960e3417 | |
parent | 4da24f8f1137afbaa2ec51d9c9fb635df1481472 (diff) |
Update the changelog
-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 48011f208..a1b1ccbf2 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -47,6 +47,7 @@ Release Date: Not Released get_compiled_insert(), get_compiled_update(), get_compiled_delete(). - Taking care of LIKE condition when used with MySQL UPDATE statement. - Adding $escape parameter to the order_by function, this enables ordering by custom fields. + - Added random ordering support to the MSSQL driver. - Libraries |