diff options
author | Andrey Andreev <narf@devilix.net> | 2017-08-25 12:24:51 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2017-08-25 12:24:51 +0200 |
commit | 613b898234debcaea5ec9160e5249358ac7e3dfc (patch) | |
tree | 5e24da635e01b35e7bd60f82f2cae5ab9c6dff78 /user_guide_src/source/changelog.rst | |
parent | 85869da7bf1080f26b13f1f1870e192a75a2f677 (diff) |
[ci skip] Fix #5236
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 d6984bb7b..9d6620662 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -20,6 +20,7 @@ Bug fixes for 3.1.6 - Fixed a bug (#5128) - :doc:`Profiler <general/profiling>` didn't wrap ``$_SESSION`` and configuration arrays in ``<pre>`` tags. - Fixed a bug (#5183) - :doc:`Database Library <database/index>` method ``is_write_type()`` didn't return TRUE for ``MERGE`` statements. - Fixed a bug where :doc:`Image Manipulation Library <libraries/image_lib>` didn't escape image source paths passed to NetPBM as shell arguments. +- Fixed a bug (#5236) - :doc:`Query Builder <database/query_builder>` methods ``limit()``, ``offset()`` break SQL Server 2005, 2008 queries with ``"<tablename>".*`` in the ``SELECT`` clause. Version 3.1.5 ============= |