summaryrefslogtreecommitdiff
path: root/sqlparse/utils.py
diff options
context:
space:
mode:
authorVictor Uriarte <victor.m.uriarte@intel.com>2016-06-03 11:36:07 -0700
committerVictor Uriarte <victor.m.uriarte@intel.com>2016-06-04 11:54:22 -0700
commit752100443bd1a5ddd81d57166db887c1fbd9f7ef (patch)
tree5e2b93aff70ec9a7e52e08bbcf07ec0a1a18b7b8 /sqlparse/utils.py
parentcca348e295fc2e00c745d3a8c1bac3e8d4a5d97e (diff)
downloadsqlparse-752100443bd1a5ddd81d57166db887c1fbd9f7ef.tar.gz
Simplify regex [^\W\d_]
[^\W\d_] = [a-z] (when ignoring case) not( not (a-z, numbers, or _) or number or _ ) [(a-z or number or _) and not number and not _] [A-Z] Correct not null spacing
Diffstat (limited to 'sqlparse/utils.py')
0 files changed, 0 insertions, 0 deletions