tables and field names should be allowed to start in a number, thanks Adi

This commit is contained in:
mdipierro
2012-09-13 21:04:45 -05:00
parent 73f3e74300
commit dfb2e62c6c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
View File
@@ -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