summaryrefslogtreecommitdiff
path: root/sqlparse/engine/statement_splitter.py
diff options
context:
space:
mode:
authorSjoerd Job Postmus <sjoerdjob@sjec.nl>2016-06-02 10:08:00 +0200
committerVictor Uriarte <victor.m.uriarte@intel.com>2016-06-12 17:38:13 -0700
commit67dc823e1174eee9ea2159674c8eb016b2f95b54 (patch)
tree72338f09570c72f56934f7618f1b74eef8ff30f1 /sqlparse/engine/statement_splitter.py
parent237575ef726e4232b60a5043177c43a72f370238 (diff)
downloadsqlparse-67dc823e1174eee9ea2159674c8eb016b2f95b54.tar.gz
Use specialized token_idx_next_by in group_aliased.
The method group_aliased was making a lot of calls to token_index. By specializing token_next_by to token_idx_next_by, the calls to token_index became superfluous. Also use token_idx_next_by in group_identifier_list. It was making a lot of calls, which is now more than reduced in half.
Diffstat (limited to 'sqlparse/engine/statement_splitter.py')
0 files changed, 0 insertions, 0 deletions