mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2025-08-15 02:54:29 +08:00
Merge pull request #34 from tyzhnenko/test-and-fix-issue-33
Fix cut off SQL query when its contained `))`
This commit is contained in:
@ -26,7 +26,7 @@ restr = r"""
|
|||||||
(?:
|
(?:
|
||||||
(?:\(
|
(?:\(
|
||||||
# ( - editor hightlighting helper
|
# ( - editor hightlighting helper
|
||||||
[^)]*
|
.*
|
||||||
\))
|
\))
|
||||||
|
|
|
|
||||||
'
|
'
|
||||||
|
Reference in New Issue
Block a user