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
*
Bump version to 0.1.19.
0.1.19
Andi Albrecht
2016-03-07
2
-1
/
+8
*
Workaround to avoid IndexError when grouping identifiers.
Andi Albrecht
2015-12-08
1
-3
/
+3
*
Correct date in Changelog.
0.1.18
Andi Albrecht
2015-10-25
1
-6
/
+2
*
Merge pull request #203 from timgraham/remove-universal-wheel
Andi Albrecht
2015-10-25
3
-3
/
+6
|
\
|
*
Bump version for 0.1.18 release.
Tim Graham
2015-10-24
2
-1
/
+6
|
*
Revert "Support universal wheels"
Tim Graham
2015-10-24
1
-2
/
+0
|
/
*
Update AUTHORS.
Andi Albrecht
2015-10-24
1
-0
/
+1
*
Merge branch 'master' of github.com:andialbrecht/sqlparse
Andi Albrecht
2015-10-24
1
-1
/
+1
|
\
|
*
Merge pull request #202 from timgraham/generator-stopiteration
Andi Albrecht
2015-10-24
1
-1
/
+1
|
|
\
|
|
*
Fix PendingDeprecationWarning on Python 3.5.
Tim Graham
2015-10-23
1
-1
/
+1
*
|
|
Switch back to development mode.
Andi Albrecht
2015-10-24
2
-1
/
+7
|
/
/
*
|
Bump version number.
0.1.17
Andi Albrecht
2015-10-24
2
-3
/
+6
*
|
Add Makefile target for uploading a new release.
Andi Albrecht
2015-10-24
1
-0
/
+4
*
|
Remove Python 3.2 from Travis setup, it has some issues.
Andi Albrecht
2015-10-22
1
-1
/
+0
|
/
*
Update AUTHORS and Changelog.
Andi Albrecht
2015-10-22
2
-0
/
+5
*
Merge pull request #201 from rygwdn/faster-in-clause
Andi Albrecht
2015-10-22
2
-12
/
+25
|
\
|
*
Speed up token_index by providing a starting index.
Ryan Wooden
2015-10-21
2
-9
/
+19
|
*
Limit number of tokens checked in group_identifier.
Ryan Wooden
2015-10-21
2
-4
/
+7
|
/
*
Merge pull request #200 from graingert/patch-1
Andi Albrecht
2015-10-02
1
-0
/
+2
|
\
|
*
Support universal wheels
Thomas Grainger
2015-10-02
1
-0
/
+2
|
/
*
Handle END IF correctly when splitting statements (fixes #194).
Andi Albrecht
2015-07-28
3
-1
/
+18
*
Switch back to development.
Andi Albrecht
2015-07-26
2
-1
/
+7
*
Prepare next release.
0.1.16
Andi Albrecht
2015-07-26
2
-3
/
+3
*
Ignore comments at beginning of statement when calling Statement.get_type (fi...
Andi Albrecht
2015-07-26
3
-2
/
+18
*
Recognize MSSQL temp tables and distinguish from MySQL comments (fixes #192).
Andi Albrecht
2015-07-26
3
-3
/
+15
*
Don't add duplicate "\n" when using sqlformat tool (fixes #191).
Andi Albrecht
2015-07-26
2
-1
/
+2
*
Don't treat DECLARE within BEGIN blocks as relevant to split level (fixes #193).
Andi Albrecht
2015-07-26
3
-2
/
+14
*
Improve detection of aliased identifiers (fixes #185).
Andi Albrecht
2015-04-19
3
-2
/
+9
*
Switch back to development mode.
Andi Albrecht
2015-04-15
2
-1
/
+7
*
Update version number.
0.1.15
Andi Albrecht
2015-04-15
2
-3
/
+3
*
Never interpret IN keyword as function name (fixes #183).
Andi Albrecht
2015-04-12
3
-1
/
+11
*
Update offset when adding line break (fixes 184).
Andi Albrecht
2015-04-12
1
-0
/
+1
*
Add coverage.xml to .gitignore.
Andi Albrecht
2015-03-29
1
-1
/
+2
*
Fix other regex to identify comments starting with '#' character.
Andi Albrecht
2015-03-16
1
-1
/
+1
*
Support comments starting with '#' character (fixes #178).
Andi Albrecht
2015-03-16
3
-1
/
+12
*
Update Changelog.
Andi Albrecht
2015-03-05
1
-1
/
+2
*
Merge pull request #177 from darikg/brackets
Andi Albrecht
2015-03-05
5
-52
/
+125
|
\
|
*
Add a bunch of square bracket tests
Darik Gamble
2015-03-04
1
-26
/
+46
|
*
Group square-brackets into identifiers
Darik Gamble
2015-03-04
2
-8
/
+10
|
*
Parse square brackets as a group just like parens
Darik Gamble
2015-03-04
2
-4
/
+52
|
*
Move _find_matching to a module-level function
Darik Gamble
2015-03-04
1
-11
/
+13
|
*
get rid of tokens.Punctuation.ArrayIndex, add negative lookbehind for sqlite ...
Darik Gamble
2015-03-04
2
-3
/
+4
|
/
*
Allow identifiers to start with an underscore (fixes #175).
Andi Albrecht
2015-03-01
3
-2
/
+11
*
Update Changelog.
Andi Albrecht
2015-02-27
2
-0
/
+2
*
Merge pull request #174 from caseyching/master
Andi Albrecht
2015-02-27
2
-2
/
+5
|
\
|
*
Recognize escaped backslashes within strings
casey
2015-02-26
2
-2
/
+5
|
/
*
Update changelog.
Andi Albrecht
2015-02-21
1
-1
/
+1
*
Update changelog.
Andi Albrecht
2015-02-21
1
-0
/
+1
*
Merge branch 'master' of github.com:andialbrecht/sqlparse
Andi Albrecht
2015-02-21
3
-42
/
+92
|
\
|
*
Merge pull request #171 from darikg/alias_bugfix
Andi Albrecht
2015-02-21
3
-42
/
+92
|
|
\
[next]