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 (
Expand
)
Author
Age
Files
Lines
*
Support for BEGIN/END blocks, add FOREACH keyword.
Andi Albrecht
2013-11-19
1
-1
/
+13
*
Improve grouping of expressions (targets #23).
Andi Albrecht
2013-10-24
1
-1
/
+1
*
Fix tagging of identifiers by not taking single quoted strings into account (...
Andi Albrecht
2013-09-28
1
-2
/
+1
*
Parenthesis, Functions and Arithmetic Expressions
prudhvi
2013-09-13
1
-4
/
+9
*
Allow NULL keyword in assignments (fixes #90).
Andi Albrecht
2013-04-20
1
-1
/
+3
*
Allow keywords in identifier lists (fixes #10).
Andi Albrecht
2013-04-06
1
-0
/
+1
*
Add order criterion to identifier in ORDER BY clause (fixes #89).
Andi Albrecht
2013-04-05
1
-0
/
+15
*
Add encoding parameter to top-level functions (fixes issue20).
Andi Albrecht
2013-04-04
1
-2
/
+2
*
Fix internals of _group_left_right, avoid identifying keywords as aliased ide...
Andi Albrecht
2013-03-18
1
-3
/
+8
*
PEP8'ified to code a bit.
Andi Albrecht
2012-11-12
1
-1
/
+2
*
Handle whitepaces between operators correctly, improve handling of concatenat...
Andi Albrecht
2012-11-11
1
-1
/
+9
*
Special case grouping logic for VARCHAR, otherwise it gets lost from field de...
Mike Amy
2012-11-07
1
-4
/
+5
*
I always forget to remove the prints for testing... :-P
Jesús Leganés Combarro "Piranna"
2012-05-19
1
-2
/
+0
*
Merge branch 'master' into antiorm
Jesús Leganés Combarro "Piranna"
2012-05-19
1
-0
/
+2
*
Removed TokenFilter and using duck-typing instead (more pythonic)
Jesús Leganés Combarro "Piranna"
2012-04-28
1
-12
/
+1
*
various optimizations in sql.py
quest
2012-04-22
1
-1
/
+2
*
Properly group placeholders in identifier lists (fixes #52).
Andi Albrecht
2012-04-19
1
-0
/
+1
*
Pretty formatting of role keyword in identifier list (fixes #49).
Andi Albrecht
2012-04-19
1
-0
/
+1
*
Pretty format comments in identifier lists (fixes issue59).
Andi Albrecht
2012-04-19
1
-14
/
+16
*
Handle asterisks as operators when grouping identifiers (fixes issue58).
Andi Albrecht
2012-02-26
1
-1
/
+3
*
Solved sisue 57: StatementFilter doesn't process correctly on recursive state...
Jesús Leganés Combarro "Piranna"
2012-01-23
1
-2
/
+3
*
Added comments
Jesús Leganés Combarro "Piranna"
2012-01-23
1
-10
/
+16
*
Added docstrings
Jesús Leganés Combarro "Piranna"
2012-01-23
1
-2
/
+10
*
Allow CASE statements as identifiers (fixes issue46).
Andi Albrecht
2011-09-29
1
-1
/
+2
*
Detect alias for CASE statements (targets issue46).
Andi Albrecht
2011-09-29
1
-6
/
+5
*
Merged.
Andi Albrecht
2011-09-27
2
-4
/
+7
|
\
|
*
Code cleanup.
Andi Albrecht
2011-09-06
2
-4
/
+7
*
|
Choose first token during identifier grouping when both names/symbols and fun...
Andi Albrecht
2011-09-27
1
-6
/
+19
|
/
*
Split statements with IF as functions correctly (fixes issue33).
Andi Albrecht
2011-07-24
1
-1
/
+5
*
Detect function aliases better.
Andi Albrecht
2011-07-24
1
-4
/
+5
*
Allow functions in identifer lists (targest issue10).
Andi Albrecht
2011-07-23
1
-1
/
+1
*
Make sure that identifier lists in subselects with alias are grouped correctly.
Andi Albrecht
2011-07-23
1
-1
/
+1
*
Don't group trailing whitepsace in WHERE clauses (fixes issue35).
Andi Albrecht
2011-04-13
1
-1
/
+2
*
return a bit earlier in change_splitlevel().
Andi Albrecht
2011-02-11
1
-0
/
+1
*
Group extended identifiers (fixes issue15).
Andi Albrecht
2010-11-21
1
-2
/
+4
*
Remove next() patch (targets issue12).
Andi Albrecht
2010-11-21
1
-1
/
+6
*
Fix typo: Comparsion -> Comparison.
Andi Albrecht
2010-07-04
1
-4
/
+4
*
PEP8: Code cleanup.
Andi Albrecht
2010-07-04
2
-21
/
+33
*
Clean up imports.
Andi Albrecht
2010-07-04
2
-31
/
+34
*
Improve statement detection for DECLARE statements outside function/procedure...
Andi Albrecht
2010-06-23
1
-3
/
+3
*
Prevent WHERE grouper from consuming closing parenthesis (fixes issue9, repor...
Andi Albrecht
2009-09-12
1
-1
/
+1
*
Improve detection of identifier aliases (fixes issue8).
Andi Albrecht
2009-07-13
1
-1
/
+6
*
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
[next]