diff options
author | koljonen <koljonen@outlook.com> | 2016-05-14 21:54:50 +0200 |
---|---|---|
committer | koljonen <koljonen@outlook.com> | 2016-05-14 22:04:31 +0200 |
commit | 26b5385babe69ced19e02dc4643a91f6aaf3a1a6 (patch) | |
tree | 85b8ff545d1de29b6623d66b2d6417695bfa8320 /sqlparse/sql.py | |
parent | 9ab1464ea9c1d0296d698d9637ed3e3cd92326f9 (diff) | |
download | sqlparse-26b5385babe69ced19e02dc4643a91f6aaf3a1a6.tar.gz |
Recognize USING as a keyword in 'USING(', not just in 'USING ('
These were previously caught by (r'[^\W\d_]\w*(?=[.(])', tokens.Name), so I added a special regex just above that one.
Diffstat (limited to 'sqlparse/sql.py')
0 files changed, 0 insertions, 0 deletions