tables and field names should be allowed to start in a number, thanks Adi
This commit is contained in:
@@ -1 +1 @@
|
||||
Version 2.0.9 (2012-09-13 17:48:15) stable
|
||||
Version 2.0.9 (2012-09-13 21:04:42) stable
|
||||
|
||||
+1
-1
@@ -242,7 +242,7 @@ REGEX_SEARCH_PATTERN = re.compile('^{[^\.]+\.[^\.]+(\.(lt|gt|le|ge|eq|ne|contain
|
||||
REGEX_SQUARE_BRACKETS = re.compile('^.+\[.+\]$')
|
||||
REGEX_STORE_PATTERN = re.compile('\.(?P<e>\w{1,5})$')
|
||||
REGEX_QUOTES = re.compile("'[^']*'")
|
||||
REGEX_ALPHANUMERIC = re.compile('^[a-zA-Z]\w*$')
|
||||
REGEX_ALPHANUMERIC = re.compile('^[0-9a-zA-Z]\w*$')
|
||||
|
||||
# list of drivers will be built on the fly
|
||||
# and lists only what is available
|
||||
|
||||
Reference in New Issue
Block a user