diff options
author | Derek Jones <derek.jones@ellislab.com> | 2008-02-08 21:49:02 +0100 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2008-02-08 21:49:02 +0100 |
commit | 2320f995c21e8c46a688ee3ce204d2c6d487d49b (patch) | |
tree | 09efb62cee316b56e84772b1667edfa74b25da43 /user_guide | |
parent | b35c3f5b978690a17e18c76fe1301b8f46d6710b (diff) |
changelog note for Profiler query highlighting bugfix
Diffstat (limited to 'user_guide')
-rw-r--r-- | user_guide/changelog.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 529ceeae5..bf3c6794b 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -88,6 +88,7 @@ Change Log <li>Fixed a bug where DBForge was outputting invalid SQL in Postgres by adding brackets around the tables in FROM</li>
<li>Fixed a bug (#3396) where certain POST variables would cause a PHP warning.</li>
<li>Changed the behaviour of Active Record's update() to make the WHERE clause optional (#3395).</li>
+ <li>Changed order of SQL keywords in the Profiler $highlight array so OR would not be highlighted before ORDER BY</li>
<li>Fixed assorted user guide typos.</li>
</ul>
|