index
:
delta/python-packages/sqlparse.git
filters_sql
issue_66
issue_73
master
milestone_0.1.5
milestone_0.2.0
rb-parse-create-table
typo
v0.2.0
github.com: andialbrecht/sqlparse.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sqlparse
/
engine
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor _group_matching
Victor Uriarte
2016-06-14
1
-17
/
+13
*
Apply alt style for grouping left/right
Victor Uriarte
2016-06-14
1
-7
/
+9
*
Reapply fix for case within paranthesis
Victor Uriarte
2016-06-14
1
-1
/
+3
*
Merge remote-tracking branch 'core/long_live_indexes' into develop
Victor Uriarte
2016-06-14
1
-67
/
+69
|
\
|
*
Use a specialized token_idx_next.
Sjoerd Job Postmus
2016-06-12
1
-4
/
+4
|
*
Index-based token_idx_prev
Sjoerd Job Postmus
2016-06-12
1
-2
/
+3
|
*
Use specialized token_idx_next_by in group_aliased.
Sjoerd Job Postmus
2016-06-12
1
-6
/
+4
|
*
Re-use token index in group_identifier.
Sjoerd Job Postmus
2016-06-12
1
-8
/
+13
|
*
Replace _group_matching with an inward-out grouping algorithm
Sjoerd Job Postmus
2016-06-12
1
-8
/
+20
|
*
Special-case group_tokens(..., tokens_between())
Sjoerd Job Postmus
2016-06-12
1
-24
/
+14
|
*
Call `Token`-methods index based.
Sjoerd Job Postmus
2016-06-12
1
-24
/
+26
*
|
Refactor grouping
Victor Uriarte
2016-06-12
1
-8
/
+11
*
|
Add sql.Operation tokenlist
Victor Uriarte
2016-06-12
1
-7
/
+7
*
|
Fix grouping of `case` within parenthesis.
Victor Uriarte
2016-06-11
1
-0
/
+2
*
|
clean up grouping
Victor Uriarte
2016-06-11
1
-3
/
+4
*
|
Organize engine module
Victor Uriarte
2016-06-06
3
-37
/
+53
*
|
Refactor statement filter
Victor Uriarte
2016-06-04
1
-38
/
+27
*
|
Minor refactor statement filter and add comments
Victor Uriarte
2016-06-04
1
-10
/
+27
*
|
Refactor filter-stack to simplify logic
Victor Uriarte
2016-06-04
2
-38
/
+15
*
|
Remove as parameter stack in filter.process
Victor Uriarte
2016-06-04
2
-5
/
+5
*
|
Add or Update copyright year to files
Victor Uriarte
2016-06-04
3
-2
/
+14
*
|
Remove redundant functions
Victor Uriarte
2016-06-02
1
-15
/
+1
*
|
Fix flake8 styling
Victor Uriarte
2016-05-29
2
-4
/
+5
*
|
Fix unicode comparison warning
Victor Uriarte
2016-05-29
1
-2
/
+2
*
|
Change old-style class to new-style
Victor Uriarte
2016-05-29
1
-1
/
+1
|
/
*
CREATE TABLE should not be parsed as Function
Tenghuan
2016-05-29
1
-0
/
+9
*
refactor group_comments
Victor Uriarte
2016-05-11
1
-15
/
+9
*
separate identifier grouping into its components
Victor Uriarte
2016-05-10
1
-77
/
+50
*
refactor identifier list and alias grouping
Victor Uriarte
2016-05-10
1
-62
/
+26
*
refactor _group_left_right
Victor Uriarte
2016-05-10
1
-64
/
+39
*
group all the one-offs
Victor Uriarte
2016-05-10
1
-31
/
+21
*
Add group matching M_tokens and refactor group matching
Victor Uriarte
2016-05-10
1
-90
/
+22
*
Introduce @recurse to refactor recursion
Victor Uriarte
2016-05-10
1
-11
/
+7
*
generalize group_tokens for more use cases
Victor Uriarte
2016-05-10
1
-10
/
+4
*
Improve identifier parsing when identifier is a literal combined with order k...
Andi Albrecht
2016-04-06
1
-0
/
+2
*
Fix #230 (function comparison grouping)
saaj
2016-04-05
1
-1
/
+2
*
Code cleanup.
Andi Albrecht
2016-04-03
1
-24
/
+19
*
fix issue #215
Shen Longxing
2015-12-18
1
-2
/
+2
*
Merge branch 'hotfix'.
Andi Albrecht
2015-12-08
1
-3
/
+3
|
\
|
*
Workaround to avoid IndexError when grouping identifiers.
Andi Albrecht
2015-12-08
1
-3
/
+3
*
|
Cleanup module code.
Andi Albrecht
2015-10-26
3
-11
/
+13
|
/
*
Fix PendingDeprecationWarning on Python 3.5.
Tim Graham
2015-10-23
1
-1
/
+1
*
Speed up token_index by providing a starting index.
Ryan Wooden
2015-10-21
1
-8
/
+10
*
Limit number of tokens checked in group_identifier.
Ryan Wooden
2015-10-21
1
-2
/
+5
*
Handle END IF correctly when splitting statements (fixes #194).
Andi Albrecht
2015-07-28
1
-0
/
+3
*
Don't treat DECLARE within BEGIN blocks as relevant to split level (fixes #193).
Andi Albrecht
2015-07-26
1
-1
/
+1
*
Group square-brackets into identifiers
Darik Gamble
2015-03-04
1
-4
/
+5
*
Parse square brackets as a group just like parens
Darik Gamble
2015-03-04
1
-4
/
+43
*
Move _find_matching to a module-level function
Darik Gamble
2015-03-04
1
-11
/
+13
*
Group adjacent names to allow aliasing without the AS keyword
Darik Gamble
2015-02-09
1
-3
/
+4
[next]