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
*
Update version.
0.1.14
Andi Albrecht
2014-11-30
1
-1
/
+1
*
Update Changelog.
Andi Albrecht
2014-11-30
1
-2
/
+2
*
Add Python3.4 to tox.ini.
Andi Albrecht
2014-11-30
1
-1
/
+10
*
Revert travis.yml, add Python 3.4
Andi Albrecht
2014-11-30
1
-9
/
+13
*
Update travis.yml.
Andi Albrecht
2014-11-30
1
-12
/
+9
*
Improved formatting when newline precedes commas in lists (fixes #140).
Andi Albrecht
2014-11-30
2
-0
/
+17
*
Fix indentation when using tabs (fixes #146).
Andi Albrecht
2014-11-30
2
-1
/
+7
*
Make formatter a bit more robust (fixes issue121).
Andi Albrecht
2014-11-30
1
-1
/
+4
*
Revert last change.
Andi Albrecht
2014-11-30
1
-1
/
+1
*
Clean up keywords a bit.
Andi Albrecht
2014-11-30
1
-1
/
+1
*
Better handling of floats in UPDATE statements (issue145).
Andi Albrecht
2014-11-30
3
-1
/
+11
*
Handle single quoted strings in comparisons correctly (fixes issue148).
Andi Albrecht
2014-10-29
3
-1
/
+18
*
Preparing 0.1.13.
0.1.13
Andi Albrecht
2014-10-09
2
-3
/
+3
*
Update Changelog.
Andi Albrecht
2014-10-08
1
-0
/
+7
*
Fix a regression introduced in 0.1.12.
Andi Albrecht
2014-10-08
2
-2
/
+2
*
Preparing 0.1.12.
0.1.12
Andi Albrecht
2014-09-20
2
-3
/
+3
*
Update Changelog and AUTHORS.
Andi Albrecht
2014-08-08
2
-0
/
+4
*
Merge pull request #143 from fusionbox/master
Andi Albrecht
2014-08-08
2
-1
/
+6
|
\
|
*
Handle modulo operator without spaces
Gavin Wahl
2014-08-07
2
-1
/
+6
|
/
*
Merge pull request #142 from petronius/master
Andi Albrecht
2014-08-01
1
-40
/
+38
|
\
|
*
Improved sqlparse.utils.split_unquoted_newlines()
Michael Schuller
2014-07-31
1
-40
/
+38
|
/
*
Improve parsing of identifier lists containing placeholders.
Andi Albrecht
2014-03-18
2
-1
/
+4
*
Update changelog.
Andi Albrecht
2014-03-10
2
-0
/
+2
*
Merge pull request #132 from petronius/master
Andi Albrecht
2014-03-10
4
-5
/
+71
|
\
|
*
Fix SerializerUnicode to split unquoted newlines
Michael Schuller
2014-03-10
4
-5
/
+71
|
/
*
Fix travis configuration.
Andi Albrecht
2014-03-03
1
-0
/
+2
*
Improve handling of NULL in aliased identifiers.
Andi Albrecht
2014-03-03
3
-0
/
+21
*
Preparing 0.1.11
0.1.11
Andi Albrecht
2014-02-07
2
-3
/
+3
*
Update changelog.
Andi Albrecht
2014-02-06
1
-2
/
+1
*
Merge pull request #127 from spigwitmer/hoarked_nested_functions
Andi Albrecht
2014-02-06
2
-3
/
+8
|
\
|
*
Fix Function.get_parameters() returning empty list for SQL functions that hav...
spigwitmer
2014-02-05
2
-3
/
+8
|
/
*
Update changelog.
Andi Albrecht
2014-02-05
2
-3
/
+7
*
Merge pull request #126 from spigwitmer/busted_oneliteral
Andi Albrecht
2014-02-05
2
-0
/
+7
|
\
|
*
Fix Function.get_parameters() with 1 literal as its parameter
spigwitmer
2014-02-04
2
-0
/
+7
|
/
*
Remove automatic tests for Python 2.5, neither Travis nor Tox support it anym...
Andi Albrecht
2014-01-28
3
-7
/
+6
*
Fix parsing and formatting of statements containing EXCEPT keyword.
Andi Albrecht
2014-01-28
4
-2
/
+18
*
Update changelog.
Andi Albrecht
2014-01-24
1
-1
/
+1
*
Merge pull request #125 from crorella/issue_124
Andi Albrecht
2014-01-16
1
-0
/
+1
|
\
|
*
Issue 124 - Added COLLECT keyword
Cristian Orellana
2014-01-16
1
-0
/
+1
*
|
Improve parsing of string literals in columns.
Andi Albrecht
2014-01-10
3
-0
/
+8
*
|
Update authors and changelog.
Andi Albrecht
2014-01-10
2
-0
/
+2
*
|
Merge pull request #123 from crorella/issue_122
Andi Albrecht
2014-01-09
1
-1
/
+2
|
\
\
|
|
/
|
*
Fix: fixed COALESCE keyword, it had a type. Add: Added MERGE keyword
Cristian Orellana
2014-01-09
1
-1
/
+2
|
/
*
Support for BEGIN/END blocks, add FOREACH keyword.
Andi Albrecht
2013-11-19
5
-2
/
+62
*
Update URL in README.
Andi Albrecht
2013-11-13
1
-1
/
+1
*
Update changelog and authors.
Andi Albrecht
2013-11-06
2
-0
/
+4
*
Merge pull request #116 from victorhahncastell/master
Andi Albrecht
2013-11-06
1
-4
/
+4
|
\
|
*
Update keywords.py
Victor Hahn
2013-10-29
1
-4
/
+4
*
|
Fix incorrect parsing of string literals with line breaks (fixes #118).
Andi Albrecht
2013-11-06
3
-2
/
+15
*
|
Update authors.
Andi Albrecht
2013-11-03
1
-1
/
+1
[next]