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
...
*
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
|
|
\
|
|
*
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
|
\
[prev]
[next]