diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-06-04 10:11:24 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-06-04 10:11:24 +0200 |
commit | 46b6c5475bf2b188e04c1e0a5fe8a9e387ecda80 (patch) | |
tree | d92c3b30e024acaf350c04866fccf19461772de0 /CHANGELOG | |
parent | 1d5606617e11aaa855af7edc6c440f6b4aa5863a (diff) |
Modify CONCAT() arguments, because + operator requires them to be of type varchar (#1488505)
With SQL Server 2012 we can use just CONCAT(), but we need to support older versions
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ CHANGELOG Roundcube Webmail =========================== +- Fix SQL query for contacts listing on MS SQL Server (#1488505) - Update to TinyMCE 3.5.2 - Fix window.resize handler on IE8 and Opera (#1488453) - Don't let error message popups cover the login form (#1488500) |