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
/
tests
/
test_grouping.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add order criterion to identifier in ORDER BY clause (fixes #89).
Andi Albrecht
2013-04-05
1
-0
/
+11
*
Handle whitepaces between operators correctly, improve handling of concatenat...
Andi Albrecht
2012-11-11
1
-1
/
+25
*
Special case grouping logic for VARCHAR, otherwise it gets lost from field de...
Mike Amy
2012-11-07
1
-0
/
+4
*
VALUES was incorrectly treated as a function
quest
2012-04-22
1
-0
/
+6
*
Changed get_identifiers() to be a generator
Jesús Leganés Combarro "Piranna"
2012-02-03
1
-1
/
+1
*
Change all internal use of to_unicode() to __unicode__() and marked former on...
Jesús Leganés Combarro "Piranna"
2012-02-03
1
-12
/
+12
*
Detect alias for CASE statements (targets issue46).
Andi Albrecht
2011-09-29
1
-0
/
+5
*
Detect function aliases better.
Andi Albrecht
2011-07-24
1
-0
/
+4
*
Group extended identifiers (fixes issue15).
Andi Albrecht
2010-11-21
1
-0
/
+8
*
Fix typo: Comparsion -> Comparison.
Andi Albrecht
2010-07-04
1
-4
/
+4
*
Clean up imports.
Andi Albrecht
2010-07-04
1
-32
/
+32
*
Fix an issue with trailing whitespaces (reported by Kris).
Andi Albrecht
2010-02-18
1
-0
/
+4
*
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
-0
/
+7
*
Detect functions if they are used as identifiers.
Andi Albrecht
2009-07-12
1
-1
/
+9
*
Distinguish between operators that are part of a comparsion and others.
Andi Albrecht
2009-07-12
1
-2
/
+4
*
Grouping of function/procedure calls.
Andi Albrecht
2009-05-27
1
-1
/
+8
*
Fixed grouping of semicolons within assignments.
Andi Albrecht
2009-05-14
1
-7
/
+9
*
Make sure that operators in comparsions are not handled too lazy.
Andi Albrecht
2009-05-14
1
-0
/
+7
*
Prepared test case, will be finished soon ;-)
Andi Albrecht
2009-05-11
1
-0
/
+8
*
Code cleanup and test coverage.
Andi Albrecht
2009-05-06
1
-0
/
+12
*
Improved parsing of identifier lists (targets issue2).
Andi Albrecht
2009-05-03
1
-0
/
+6
*
Improved handling of invalid identifiers, like for example "a.".
Andi Albrecht
2009-04-27
1
-0
/
+8
*
Recurse into subgroups when grouping case statements.
Andi Albrecht
2009-04-24
1
-0
/
+12
*
Handle wildcards in identifiers.
Andi Albrecht
2009-04-24
1
-0
/
+12
*
Analyse AS recursive (fixes issue4).
Andi Albrecht
2009-04-21
1
-1
/
+2
*
Initial import.
Andi Albrecht
2009-04-03
1
-0
/
+86