diff options
author | Victor Uriarte <victor.m.uriarte@intel.com> | 2016-06-03 11:36:07 -0700 |
---|---|---|
committer | Victor Uriarte <victor.m.uriarte@intel.com> | 2016-06-04 11:54:22 -0700 |
commit | 752100443bd1a5ddd81d57166db887c1fbd9f7ef (patch) | |
tree | 5e2b93aff70ec9a7e52e08bbcf07ec0a1a18b7b8 /sqlparse/utils.py | |
parent | cca348e295fc2e00c745d3a8c1bac3e8d4a5d97e (diff) | |
download | sqlparse-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