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
path:
root
/
sqlparse
/
engine
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
Detect functions if they are used as identifiers.
Andi Albrecht
2009-07-12
1
-9
/
+19
|
*
Distinguish between operators that are part of a comparsion and others.
Andi Albrecht
2009-07-12
1
-2
/
+3
|
*
pep8'ified the code a bit.
Andi Albrecht
2009-06-11
1
-2
/
+2
|
*
Cleaned up some unused imports.
Andi Albrecht
2009-06-11
2
-10
/
+5
|
*
Grouping of function/procedure calls.
Andi Albrecht
2009-05-27
1
-0
/
+17
|
*
Fixed grouping of semicolons within assignments.
Andi Albrecht
2009-05-14
1
-2
/
+6
|
*
Make sure that operators in comparsions are not handled too lazy.
Andi Albrecht
2009-05-14
1
-3
/
+11
|
*
Code cleanup and test coverage.
Andi Albrecht
2009-05-06
1
-0
/
+1
|
*
Removed backup copy of grouping module.
Andi Albrecht
2009-05-06
1
-499
/
+0
|
*
Removed logging stuff that was only needed for debugging on AppEngine.
Andi Albrecht
2009-05-06
1
-1
/
+0
|
*
* Added missing SET keyword.
Andi Albrecht
2009-05-05
1
-0
/
+1
|
|
|
|
* IdentifierList.get_identifiers() now returns not only Identifier instances.
*
Improved parsing of identifier lists (targets issue2).
Andi Albrecht
2009-05-03
1
-24
/
+37
|
*
Recurse into subgroups when grouping case statements.
Andi Albrecht
2009-04-24
1
-1
/
+2
|
*
Handle wildcards in identifiers.
Andi Albrecht
2009-04-24
1
-1
/
+3
|
*
Analyse AS recursive (fixes issue4).
Andi Albrecht
2009-04-21
1
-13
/
+16
|
*
Moved syntactical units to sql module.
Andi Albrecht
2009-04-06
1
-308
/
+1
|
*
Initial import.
Andi Albrecht
2009-04-03
4
-0
/
+1215
[prev]