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
...
|
|
*
Move pipeline test to tests/ directory.
Andi Albrecht
2011-09-04
2
-72
/
+69
|
|
*
Converted test function of pipeline in standard UnitTest
Jesús Leganés Combarro "Piranna"
2011-09-02
1
-52
/
+65
|
|
*
Added pipeline support maintaining backward compatibility.
Jesús Leganés Combarro "Piranna"
2011-08-18
3
-1
/
+105
|
|
*
Merge with 67e8f639f13c44c1b030f517c97ac08b746b72ea
Jesús Leganés Combarro "Piranna"
2011-08-16
2
-0
/
+435
|
|
|
\
|
|
*
|
Changed ColumnsSelect from yielding tokens to yielding column names (strings)
Jesús Leganés Combarro "Piranna"
2011-08-13
1
-3
/
+3
|
*
|
|
Code cleanup.
Andi Albrecht
2011-09-06
3
-6
/
+9
|
|
|
/
|
|
/
|
*
|
|
Choose first token during identifier grouping when both names/symbols and fun...
Andi Albrecht
2011-09-27
3
-7
/
+33
|
/
/
*
|
Add googlecode_atom.py required by buildbot.
Andi Albrecht
2011-08-13
1
-0
/
+171
*
|
Merge.
Andi Albrecht
2011-08-13
3
-3
/
+165
|
\
\
|
|
/
|
*
Remove with statement to stay as compatible with older Python versions as pos...
Andi Albrecht
2011-08-12
1
-3
/
+3
|
*
Remove duplicate "Contributors" line.
Andi Albrecht
2011-08-12
1
-2
/
+0
|
*
Add Jesús Leganés Combarro to AUTHORS.
Andi Albrecht
2011-08-12
1
-0
/
+6
|
*
Code cleanup.
Andi Albrecht
2011-08-12
1
-8
/
+11
|
*
Merge
Andi Albrecht
2011-08-12
1
-3
/
+155
|
|
\
|
|
*
Added Get_Comments, StripComments, IncludeStatement, ColumnsSelect and Limit ...
Jesús Leganés Combarro "Piranna"
2011-08-11
1
-3
/
+155
|
*
|
merge
Andi Albrecht
2011-08-09
40
-673
/
+400
|
|
\
\
|
|
|
/
|
*
|
Add link to post on mailing list with comments.
Andi Albrecht
2011-08-09
1
-0
/
+3
*
|
|
Add buildbot configuration.
Andi Albrecht
2011-08-13
1
-0
/
+264
|
|
/
|
/
|
*
|
Silence UnicodeDecodeErrors, but try to collect some demo data.
Andi Albrecht
2011-08-04
1
-1
/
+12
*
|
Decode uploaded files data.
Andi Albrecht
2011-08-02
1
-1
/
+1
*
|
Don't write diffs when generating py3k version.
Andi Albrecht
2011-07-30
1
-5
/
+4
*
|
This is 0.1.3
Andi Albrecht
2011-07-29
1
-0
/
+1
*
|
Update version.
0.1.3
Andi Albrecht
2011-07-29
2
-3
/
+3
*
|
Minor fixes to make the py3k version work again.
Andi Albrecht
2011-07-29
2
-2
/
+3
*
|
Remove obsolete Django version of web application.
Andi Albrecht
2011-07-29
42
-1515
/
+0
*
|
Replace Django by Flask in App Engine frontend (fixes issue11).
Andi Albrecht
2011-07-29
63
-169
/
+1389
*
|
Add parsing of MS Access column names with braces (fixes issue27).
Andi Albrecht
2011-07-29
3
-0
/
+10
|
/
*
Detection of placeholders in paramterized queries (fixes issue22).
Andi Albrecht
2011-07-25
3
-1
/
+25
*
Add reference to issue29.
Andi Albrecht
2011-07-25
1
-2
/
+2
*
Make sure that stand-alone comments are parsed correctly (fixes issue26).
Andi Albrecht
2011-07-25
2
-0
/
+19
*
Don't handle single chars as keywords.
Andi Albrecht
2011-07-25
2
-3
/
+4
*
Use other button.
Andi Albrecht
2011-07-25
2
-14
/
+3
*
Releax keyword detection, when keywords are used as function names (fixes iss...
Andi Albrecht
2011-07-24
3
-1
/
+11
*
Split statements with IF as functions correctly (fixes issue33).
Andi Albrecht
2011-07-24
3
-1
/
+14
*
Update appengine app.
Andi Albrecht
2011-07-24
3
-1
/
+18
*
Detect function aliases better.
Andi Albrecht
2011-07-24
2
-4
/
+9
*
Allow functions in identifer lists (targest issue10).
Andi Albrecht
2011-07-23
1
-1
/
+1
*
Print list index in front of element.
Andi Albrecht
2011-07-23
1
-3
/
+4
*
Enable pretty print function again.
Andi Albrecht
2011-07-23
1
-13
/
+12
*
Make sure that identifier lists in subselects with alias are grouped correctly.
Andi Albrecht
2011-07-23
3
-2
/
+36
*
Avoid parsing of names as keywords (fixes issue39).
Andi Albrecht
2011-07-20
3
-0
/
+12
*
Fix removal of comments when strip_comments is True (fixes issue38).
Andi Albrecht
2011-06-10
3
-4
/
+18
*
Don't group trailing whitepsace in WHERE clauses (fixes issue35).
Andi Albrecht
2011-04-13
4
-6
/
+21
*
Move regression tests.
Andi Albrecht
2011-03-17
4
-37
/
+22
*
Ignore case in token.match() for all keyword types (fixes issue34).
Andi Albrecht
2011-03-17
2
-1
/
+15
*
Handle REPLACE as DML token and recognize hex numbers (thanks Ervin).
Andi Albrecht
2011-02-28
2
-1
/
+2
*
Fix formatting issue with extended CASE statements.
Andi Albrecht
2011-02-28
2
-1
/
+10
*
return a bit earlier in change_splitlevel().
Andi Albrecht
2011-02-11
1
-0
/
+1
*
Add Changlog entry.
Andi Albrecht
2011-01-26
1
-1
/
+8
*
Fix typo (thanks again, Kris).
Andi Albrecht
2011-01-26
1
-1
/
+1
[prev]
[next]