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
...
*
|
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
*
(postgresql) Add support for square bracket array indexing, by darikg.
Andi Albrecht
2015-02-08
1
-1
/
+3
*
Group comments to parent object (fixes #160).
Andi Albrecht
2015-01-17
1
-1
/
+20
*
Improve parsing of inline comments for identifiers (fixes #163).
Andi Albrecht
2015-01-16
1
-0
/
+2
*
Improve formatting of HAVING statements.
Andi Albrecht
2014-12-21
1
-1
/
+1
*
Better handling of floats in UPDATE statements (issue145).
Andi Albrecht
2014-11-30
1
-1
/
+1
*
Handle single quoted strings in comparisons correctly (fixes issue148).
Andi Albrecht
2014-10-29
1
-1
/
+2
*
Fix a regression introduced in 0.1.12.
Andi Albrecht
2014-10-08
1
-1
/
+1
*
Improve parsing of identifier lists containing placeholders.
Andi Albrecht
2014-03-18
1
-1
/
+1
*
Improve handling of NULL in aliased identifiers.
Andi Albrecht
2014-03-03
1
-0
/
+3
*
Fix parsing and formatting of statements containing EXCEPT keyword.
Andi Albrecht
2014-01-28
1
-1
/
+1
*
Improve parsing of string literals in columns.
Andi Albrecht
2014-01-10
1
-0
/
+1
*
Support for BEGIN/END blocks, add FOREACH keyword.
Andi Albrecht
2013-11-19
1
-1
/
+13
*
Improve grouping of expressions (targets #23).
Andi Albrecht
2013-10-24
1
-1
/
+1
*
Fix tagging of identifiers by not taking single quoted strings into account (...
Andi Albrecht
2013-09-28
1
-2
/
+1
*
Parenthesis, Functions and Arithmetic Expressions
prudhvi
2013-09-13
1
-4
/
+9
*
Allow NULL keyword in assignments (fixes #90).
Andi Albrecht
2013-04-20
1
-1
/
+3
*
Allow keywords in identifier lists (fixes #10).
Andi Albrecht
2013-04-06
1
-0
/
+1
*
Add order criterion to identifier in ORDER BY clause (fixes #89).
Andi Albrecht
2013-04-05
1
-0
/
+15
*
Add encoding parameter to top-level functions (fixes issue20).
Andi Albrecht
2013-04-04
1
-2
/
+2
*
Fix internals of _group_left_right, avoid identifying keywords as aliased ide...
Andi Albrecht
2013-03-18
1
-3
/
+8
*
PEP8'ified to code a bit.
Andi Albrecht
2012-11-12
1
-1
/
+2
*
Handle whitepaces between operators correctly, improve handling of concatenat...
Andi Albrecht
2012-11-11
1
-1
/
+9
*
Special case grouping logic for VARCHAR, otherwise it gets lost from field de...
Mike Amy
2012-11-07
1
-4
/
+5
*
I always forget to remove the prints for testing... :-P
Jesús Leganés Combarro "Piranna"
2012-05-19
1
-2
/
+0
[prev]
[next]