Mercurial > p > roundup > code
diff CHANGES.txt @ 4849:e68920390aad
Fix SQL wildcards in string search
Fix String search with special SQL wildcard characters in LIKE/ILIKE
clause and add testcase.
| author | Ralf Schlatterbeck <rsc@runtux.com> |
|---|---|
| date | Thu, 12 Dec 2013 16:15:25 +0100 |
| parents | 3e36a3bc0335 |
| children | 6998ad77841e |
line wrap: on
line diff
--- a/CHANGES.txt Wed Nov 13 11:13:26 2013 +0100 +++ b/CHANGES.txt Thu Dec 12 16:15:25 2013 +0100 @@ -41,6 +41,8 @@ (Thomas Arendsen Hein) - issue2550822: Fix showing more than one additional property in class menu (James Mack) +- Fix String search with special SQL wildcard characters in LIKE/ILIKE + clause and add testcase (Ralf Schlatterbeck) 2013-07-06: 1.5.0
