mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2026-03-13 08:00:02 +08:00
Fix cut off SQL query when its contained )), edit insert_values
regexp. Fixes issue #33.
This commit is contained in:
@@ -26,7 +26,7 @@ restr = r"""
|
||||
(?:
|
||||
(?:\(
|
||||
# ( - editor hightlighting helper
|
||||
[^)]*
|
||||
.*
|
||||
\))
|
||||
|
|
||||
'
|
||||
|
||||
Reference in New Issue
Block a user