From be73b0aeca7679c96231c64afa33c29e7efdf43e Mon Sep 17 00:00:00 2001 From: adustman Date: Sat, 10 Feb 2007 20:09:26 +0000 Subject: [PATCH] Fix for #1655760 --- MySQLdb/MySQLdb/cursors.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/MySQLdb/MySQLdb/cursors.py b/MySQLdb/MySQLdb/cursors.py index 789cfe2..99489ac 100644 --- a/MySQLdb/MySQLdb/cursors.py +++ b/MySQLdb/MySQLdb/cursors.py @@ -6,7 +6,7 @@ default, MySQLdb uses the Cursor class. """ import re -insert_values = re.compile(r'\svalues\s*(\(.+\))', re.IGNORECASE) +insert_values = re.compile(r"\svalues\s*(\(((?