https://bugzilla.wikimedia.org/show_bug.cgi?id=20275





--- Comment #17 from Niklas Laxström <niklas.laxst...@gmail.com>  2009-08-31 
07:02:52 UTC ---
I also said: Exception: At the end of the pattern string, backslash can be
specified as “\\”.

Compare with:
mysql> SELECT '\\a' LIKE '\\a' AS a, '\\a' LIKE '\\\\a' AS b;
+---+---+
| a | b |
+---+---+
| 0 | 1 |
+---+---+

While you work on it, it would be nice to support case sensitive behaviour, if
possible.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to