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





--- Comment #18 from Aryeh Gregor <[email protected]>  2009-08-31 
13:36:13 UTC ---
(In reply to comment #17)
> 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 |
> +---+---+

Ah, interesting.  So it looks like we need \\\\ for everyone.


-- 
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
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to