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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unused func/class/args in lexer.py
Victor Uriarte
2016-05-29
1
-60
/
+3
*
Refactor var Lexer.tokens & func is_keyword
Victor Uriarte
2016-05-29
2
-68
/
+70
*
Update authors and Changelog.
Andi Albrecht
2016-05-29
2
-0
/
+2
*
Merge pull request #242 from tenghuanhe/master
Andi Albrecht
2016-05-29
1
-0
/
+9
|
\
|
*
CREATE TABLE should not be parsed as Function
Tenghuan
2016-05-29
1
-0
/
+9
|
/
*
Update changelog.
Andi Albrecht
2016-05-28
1
-0
/
+1
*
Update authors and Changelog.
Andi Albrecht
2016-05-28
2
-0
/
+2
*
Merge pull request #236 from koljonen/using_directly_followed_by_parenthesis
Andi Albrecht
2016-05-28
2
-0
/
+8
|
\
|
*
Don't call is_keyword for the new 'USING(' regex
koljonen
2016-05-15
1
-1
/
+1
|
*
Recognize USING as a keyword in 'USING(', not just in 'USING ('
koljonen
2016-05-14
2
-0
/
+8
*
|
Add issue233 to changelog.
Andi Albrecht
2016-05-28
1
-0
/
+1
*
|
Update authors.
Andi Albrecht
2016-05-28
1
-0
/
+1
*
|
Merge pull request #239 from dagwieers/patch-1
Andi Albrecht
2016-05-28
1
-2
/
+2
|
\
\
|
*
|
Fix small typo in documentation
Dag Wieers
2016-05-26
1
-2
/
+2
*
|
|
Merge pull request #240 from dagwieers/patch-2
Andi Albrecht
2016-05-28
1
-1
/
+1
|
\
\
\
|
*
|
|
Another small typo in the documentation
Dag Wieers
2016-05-26
1
-1
/
+1
|
|
/
/
*
|
|
Merge pull request #241 from dagwieers/patch-3
Andi Albrecht
2016-05-28
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Another small type in the documentation
Dag Wieers
2016-05-26
1
-1
/
+1
|
/
/
*
|
Merge pull request #235 from vmuriart/refactor
Andi Albrecht
2016-05-15
13
-506
/
+416
|
\
\
|
|
/
|
/
|
|
*
refactor group_comments
Victor Uriarte
2016-05-11
1
-15
/
+9
|
*
refactor sql.py functions
Victor Uriarte
2016-05-11
3
-86
/
+32
|
*
separate identifier grouping into its components
Victor Uriarte
2016-05-10
2
-80
/
+53
|
*
refactor identifier list and alias grouping
Victor Uriarte
2016-05-10
1
-62
/
+26
|
*
refactor remove quotes
Victor Uriarte
2016-05-10
1
-11
/
+3
|
*
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
3
-110
/
+38
|
*
Introduce @recurse to refactor recursion
Victor Uriarte
2016-05-10
2
-11
/
+12
|
*
generalize group_tokens for more use cases
Victor Uriarte
2016-05-10
2
-19
/
+29
|
*
adding powerful _token_matching and imt helper
Victor Uriarte
2016-05-10
1
-6
/
+30
|
*
update sql
Victor Uriarte
2016-05-10
1
-8
/
+8
|
*
Update compat and utils
Victor Uriarte
2016-05-10
2
-13
/
+98
|
*
Add editorconfig, update gitignore, filename, authors
Victor Uriarte
2016-05-10
5
-0
/
+27
|
*
fix test to run locally
Victor Uriarte
2016-05-10
1
-1
/
+2
|
/
*
Improve identifier parsing when identifier is a literal combined with order k...
Andi Albrecht
2016-04-06
3
-0
/
+9
*
Code cleanup
Andi Albrecht
2016-04-06
1
-3
/
+4
*
Update Changelog and AUTHORS.
Andi Albrecht
2016-04-06
2
-0
/
+2
*
Merge pull request #231 from saaj/master
Andi Albrecht
2016-04-06
2
-1
/
+25
|
\
|
*
Fix #230 (function comparison grouping)
saaj
2016-04-05
2
-1
/
+25
|
/
*
Code cleanup.
Andi Albrecht
2016-04-03
4
-34
/
+32
*
Update AUTHORS and Changelog.
Andi Albrecht
2016-03-30
2
-0
/
+2
*
Merge pull request #229 from cbeloni/master
Andi Albrecht
2016-03-30
1
-1
/
+1
|
\
|
*
Token keyword correction
CauĂȘ Beloni
2016-03-29
1
-1
/
+1
|
/
*
Merge tag 0.1.9 back into master.
Andi Albrecht
2016-03-07
1
-3
/
+2
|
\
|
*
Bump version to 0.1.19.
0.1.19
Andi Albrecht
2016-03-07
2
-1
/
+8
*
|
Update authors and changelog.
Andi Albrecht
2016-03-07
2
-0
/
+2
*
|
Merge pull request #228 from compareasiagroup/master
Andi Albrecht
2016-03-07
4
-1
/
+27
|
\
\
|
*
|
Ensure get_type() works for queries that use WITH.
Andrew Tipton
2016-03-02
4
-5
/
+24
|
*
|
Add failing test for issue #227.
Andrew Tipton
2016-03-02
1
-0
/
+7
|
/
/
*
|
Merge pull request #219 from shenlongxing/master
Andi Albrecht
2016-01-02
1
-0
/
+1
|
\
\
[next]