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
/
filters
Commit message (
Expand
)
Author
Age
Files
Lines
*
Optimize regular expression for identifying line breaks in comments.
Andi Albrecht
2021-09-10
1
-1
/
+4
*
Remove debug print statement (fixes #586).
Andi Albrecht
2020-10-08
1
-2
/
+0
*
Update copyright notice.
Andi Albrecht
2020-10-07
7
-7
/
+7
*
Stabilize formatting of invalid WHERE clauses.
Andi Albrecht
2020-09-30
1
-0
/
+3
*
Improve formatting of type casts in parentheses.
Andi Albrecht
2020-09-30
1
-0
/
+2
*
Preserve line breaks when removing comments (fixes #484).
Andi Albrecht
2020-09-13
1
-7
/
+16
*
Remove support for end-of-life Pythons
Jon Dufresne
2020-08-31
7
-34
/
+21
*
Code cleanup.
Andreas Albrecht
2019-10-20
1
-2
/
+2
*
[tokenizer] Addressing @andialbrecht comments
John Bodley
2019-03-10
1
-6
/
+6
*
[tokenizer] Grouping GROUP/ORDER BY
John Bodley
2019-03-10
2
-6
/
+13
*
[filters] Stripping parenthesis whitespace
John Bodley
2019-03-10
1
-2
/
+2
*
Fix formatting on INSERT (fixes #329)
Fredy Wijaya
2019-03-10
1
-1
/
+18
*
Merge branch 'issue_425' of https://github.com/fredyw/sqlparse into fredyw-is...
Andreas Albrecht
2019-03-10
1
-0
/
+7
|
\
|
*
Fix issue with strip_comments causing a syntax error (fixes #425)
Fredy Wijaya
2018-11-21
1
-0
/
+7
*
|
Code cleanup.
Andreas Albrecht
2019-03-10
1
-3
/
+3
|
/
*
Update copyright header (fixes #372).
Andi Albrecht
2018-07-31
7
-7
/
+14
*
Correct spelling (#407)
Josh Soref
2018-05-18
1
-1
/
+1
*
Deal with long function params
Soloman Weng
2018-03-26
1
-2
/
+5
*
Wrap long function
Soloman Weng
2018-03-26
1
-0
/
+31
*
Merge pull request #393 from digitalarbeiter/indent_identifiers
Andi Albrecht
2018-03-21
1
-3
/
+9
|
\
|
*
indent all identifiers, including the first one, by width instead of keyword ...
Patrick Schemitz
2018-03-03
1
-3
/
+9
*
|
fix trailing semicolon error
circld
2018-02-17
1
-1
/
+2
|
/
*
Fix typos
typo
Victor Uriarte
2017-11-29
2
-4
/
+4
*
Adhere to style
Johannes Hoff
2017-11-23
1
-1
/
+1
*
Option to indent after first line
Johannes Hoff
2017-06-20
1
-2
/
+2
*
Putting LIMIT on a new line #320
Romain Rigaux
2017-02-04
1
-1
/
+1
*
Fix _flatten_up_to_token() to be PEP 479 compatible
Jon Dufresne
2017-01-10
1
-1
/
+1
*
Make reindent more robust regarding max recursion errors.
Andi Albrecht
2016-10-25
1
-1
/
+2
*
Fix an edge-case with subselects in CASE clauses.
Andi Albrecht
2016-10-24
1
-1
/
+2
*
Fix flake8 warnings.
Tim Graham
2016-09-20
1
-1
/
+1
*
Better formatting when using comma-first notation (issue141).
Andi Albrecht
2016-09-17
1
-3
/
+7
*
Add formatter option for comma first notation (fixes #141).
Andi Albrecht
2016-09-14
1
-1
/
+16
*
Correct license link (fixes #288).
Andi Albrecht
2016-09-14
7
-7
/
+7
*
Convert string literals to unicode for Py27
Oleg Broytman
2016-08-31
2
-2
/
+2
*
Unify_naming_schema. Closes #283
Victor Uriarte
2016-08-22
5
-17
/
+17
*
Cleanup: Don't redefine underscore.
Andi Albrecht
2016-07-20
1
-1
/
+1
*
Make use of token_index more obvious
Victor Uriarte
2016-06-15
1
-1
/
+0
*
Normalize behavior between token_next and token_next_by
Victor Uriarte
2016-06-15
3
-12
/
+12
*
Rename token_idx_ funcs to simply token_ funcs
Victor Uriarte
2016-06-15
3
-25
/
+25
*
Change token_ funcs to token_idx funcs
Victor Uriarte
2016-06-15
3
-52
/
+63
*
Refactor raw conversion on split_unquoted_newlines
Victor Uriarte
2016-06-12
1
-3
/
+1
*
Apply new-style str format
Victor Uriarte
2016-06-11
2
-2
/
+2
*
Change variable name to lowercase
Victor Uriarte
2016-06-11
1
-4
/
+4
*
Refactor leading ws
Victor Uriarte
2016-06-09
1
-4
/
+6
*
Remove redundant token
Victor Uriarte
2016-06-09
1
-6
/
+5
*
Clean-up flatten upto
Victor Uriarte
2016-06-09
1
-6
/
+7
*
Refactor various Indent Groupings
Victor Uriarte
2016-06-09
1
-58
/
+34
*
refactor next opken
Victor Uriarte
2016-06-09
1
-24
/
+20
*
refactor reindent
Victor Uriarte
2016-06-09
1
-53
/
+29
*
Add customizable newline
Victor Uriarte
2016-06-09
1
-2
/
+3
[next]