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.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
*
Merge
Andi Albrecht
2011-01-26
1
-1
/
+2
|
\
|
*
Add TODO item.
Andi Albrecht
2011-01-07
1
-1
/
+2
*
|
Improve float parsing (thanks, Kris).
Andi Albrecht
2011-01-26
2
-0
/
+15
|
/
*
Changes to manpage by Andriy Senkovych.
Andi Albrecht
2010-12-21
1
-3
/
+5
*
Include Sphinx-related files in sdist.
Andi Albrecht
2010-12-16
1
-3
/
+6
*
Fix a Py3K regression.
Andi Albrecht
2010-12-09
2
-2
/
+2
*
Add sqlformat manpage, by Andriy Senkovych.
Andi Albrecht
2010-12-09
2
-1
/
+65
*
Added tag 0.1.2 for changeset 079b282ad3ee
Andi Albrecht
2010-11-23
1
-0
/
+1
*
Bump version to 0.1.2.
0.1.2
Andi Albrecht
2010-11-23
2
-3
/
+4
*
Fix import paths in Sphinx conf.
Andi Albrecht
2010-11-23
1
-4
/
+7
*
Mention issue 18 in Changelog.
Andi Albrecht
2010-11-22
1
-1
/
+1
*
Add NOT NULL as keyword (fixes issue18).
Andi Albrecht
2010-11-22
1
-0
/
+1
*
Ignore identifiers in double-quotes when changing identifier case (fixes issu...
Andi Albrecht
2010-11-21
3
-1
/
+8
*
Add VARCHAR2 and LONG to keywords (fixes issue16, fixes issue19).
Andi Albrecht
2010-11-21
2
-1
/
+3
*
Ignore AND after BETWEEN when reindenting statements (fixes issue14).
Andi Albrecht
2010-11-21
3
-6
/
+21
*
Merged
Andi Albrecht
2010-11-21
3
-3
/
+43
|
\
|
*
Backed out changeset 489299fc3548
Andi Albrecht
2010-11-21
3
-3
/
+43
*
|
Group extended identifiers (fixes issue15).
Andi Albrecht
2010-11-21
3
-3
/
+13
|
/
*
Include patches from extras/py3k/fixes.diff (fixes issue12).
Andi Albrecht
2010-11-21
3
-43
/
+3
*
Remove next() patch (targets issue12).
Andi Albrecht
2010-11-21
2
-12
/
+6
*
Update CHANGES.
Andi Albrecht
2010-11-21
1
-1
/
+3
*
Match single line comments at end of string.
Andi Albrecht
2010-11-14
2
-1
/
+14
[next]