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 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
|
|
\
|
|
*
Add a bunch of extra tests for assigning aliases without the AS keyword
Darik Gamble
2015-02-09
1
-0
/
+40
|
|
*
Fix test
Darik Gamble
2015-02-09
1
-1
/
+1
|
|
*
Fix test
Darik Gamble
2015-02-09
1
-4
/
+5
|
|
*
Move get_parent_name() from Identifer to TokenList (so Function can use it)
Darik Gamble
2015-02-09
1
-21
/
+11
|
|
*
get_name() uses _get_first_name()
Darik Gamble
2015-02-09
1
-0
/
+4
|
|
*
get_alias() uses _get_first_name(), and searches in reverse for "column expre...
Darik Gamble
2015-02-09
1
-13
/
+9
|
|
*
TokenList convenience method _get_first_name
Darik Gamble
2015-02-09
1
-0
/
+18
|
|
*
Group adjacent names to allow aliasing without the AS keyword
Darik Gamble
2015-02-09
1
-3
/
+4
*
|
|
Update changelog.
Andi Albrecht
2015-02-21
2
-4
/
+7
|
/
/
*
|
Merge pull request #172 from JacekPliszka/master
Andi Albrecht
2015-02-21
3
-2
/
+15
|
\
\
|
|
/
|
/
|
|
*
Fix of problem with multiline treated as stackable while /* /* */ is one comm...
JacekPliszka
2015-02-12
2
-1
/
+10
|
*
Fix pathological case of empty statement
JacekPliszka
2015-02-12
1
-1
/
+5
|
/
*
Update Changelog.
Andi Albrecht
2015-02-08
1
-0
/
+1
*
(postgresql) Add support for square bracket array indexing, by darikg.
Andi Albrecht
2015-02-08
5
-1
/
+61
*
Update Changelog and AUTHORS.
Andi Albrecht
2015-02-08
2
-0
/
+2
*
Merge pull request #169 from darikg/double_precision
Andi Albrecht
2015-02-08
2
-0
/
+10
|
\
|
*
Add double precision as a built-in datatype
Darik Gamble
2015-02-06
2
-0
/
+10
|
/
*
Update changelog.
Andi Albrecht
2015-01-17
1
-1
/
+1
*
Sort Name.Builtin.
Andi Albrecht
2015-01-17
1
-5
/
+5
*
Add TINYINT keyword (fixes #154).
Andi Albrecht
2015-01-17
2
-1
/
+2
*
Add SIGNED keyword (fixes #155).
Andi Albrecht
2015-01-17
2
-1
/
+2
*
Add UNSIGNED keyword (fixes #156).
Andi Albrecht
2015-01-17
2
-0
/
+2
*
Group comments to parent object (fixes #160).
Andi Albrecht
2015-01-17
3
-10
/
+26
*
Improve parsing of inline comments for identifiers (fixes #163).
Andi Albrecht
2015-01-16
4
-1
/
+13
*
Merge branch 'master' of github.com:andialbrecht/sqlparse
Andi Albrecht
2014-12-21
1
-1
/
+1
|
\
|
*
Merge pull request #159 from petronius/master
Andi Albrecht
2014-12-16
1
-1
/
+1
|
|
\
|
|
*
Update AUTHORS with up-to-date contact info
Michael Schuller
2014-12-16
1
-1
/
+1
|
|
/
*
|
Improve formatting of HAVING statements.
Andi Albrecht
2014-12-21
4
-3
/
+32
|
/
*
Fix a regression for identifiers with square bracktes notation (fixes #153).
Andi Albrecht
2014-12-01
3
-1
/
+15
*
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
[next]