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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Detect alias for CASE statements (targets issue46).
Andi Albrecht
2011-09-29
1
-0
/
+5
*
Make keyword detection more restrict (fixes issue47).
Andi Albrecht
2011-09-29
1
-0
/
+4
*
Merged.
Andi Albrecht
2011-09-27
1
-0
/
+69
|
\
|
*
Replace assertListEqual by assertEqual for backwards compatibility.
Andi Albrecht
2011-09-04
1
-7
/
+7
|
*
Move pipeline test to tests/ directory.
Andi Albrecht
2011-09-04
1
-0
/
+69
*
|
Choose first token during identifier grouping when both names/symbols and fun...
Andi Albrecht
2011-09-27
1
-1
/
+6
|
/
*
Minor fixes to make the py3k version work again.
Andi Albrecht
2011-07-29
1
-1
/
+2
*
Add parsing of MS Access column names with braces (fixes issue27).
Andi Albrecht
2011-07-29
1
-0
/
+7
*
Detection of placeholders in paramterized queries (fixes issue22).
Andi Albrecht
2011-07-25
1
-0
/
+20
*
Make sure that stand-alone comments are parsed correctly (fixes issue26).
Andi Albrecht
2011-07-25
1
-0
/
+18
*
Releax keyword detection, when keywords are used as function names (fixes iss...
Andi Albrecht
2011-07-24
1
-0
/
+7
*
Split statements with IF as functions correctly (fixes issue33).
Andi Albrecht
2011-07-24
1
-0
/
+7
*
Detect function aliases better.
Andi Albrecht
2011-07-24
1
-0
/
+4
*
Make sure that identifier lists in subselects with alias are grouped correctly.
Andi Albrecht
2011-07-23
1
-0
/
+32
*
Avoid parsing of names as keywords (fixes issue39).
Andi Albrecht
2011-07-20
1
-0
/
+10
*
Fix removal of comments when strip_comments is True (fixes issue38).
Andi Albrecht
2011-06-10
1
-0
/
+7
*
Don't group trailing whitepsace in WHERE clauses (fixes issue35).
Andi Albrecht
2011-04-13
1
-2
/
+10
*
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
1
-0
/
+14
*
Fix formatting issue with extended CASE statements.
Andi Albrecht
2011-02-28
1
-0
/
+8
*
Improve float parsing (thanks, Kris).
Andi Albrecht
2011-01-26
1
-0
/
+14
*
Fix a Py3K regression.
Andi Albrecht
2010-12-09
1
-1
/
+1
*
Ignore identifiers in double-quotes when changing identifier case (fixes issu...
Andi Albrecht
2010-11-21
1
-1
/
+1
*
Ignore AND after BETWEEN when reindenting statements (fixes issue14).
Andi Albrecht
2010-11-21
1
-0
/
+8
*
Group extended identifiers (fixes issue15).
Andi Albrecht
2010-11-21
1
-0
/
+8
*
Match single line comments at end of string.
Andi Albrecht
2010-11-14
1
-0
/
+10
*
Fix typo: Comparsion -> Comparison.
Andi Albrecht
2010-07-04
1
-4
/
+4
*
Clean up imports.
Andi Albrecht
2010-07-04
2
-33
/
+33
*
Improve statement detection for DECLARE statements outside function/procedure...
Andi Albrecht
2010-06-23
1
-0
/
+7
*
Improve detection of escaped single quotes (fixes issue13, reported by Martin...
Andi Albrecht
2010-06-17
1
-0
/
+16
*
Move regression test to separate directory.
Andi Albrecht
2010-06-17
3
-13
/
+29
*
Fix an issue with trailing whitespaces (reported by Kris).
Andi Albrecht
2010-02-18
1
-0
/
+4
*
Fix test case for CASE reindent.
Andreas Albrecht
2010-01-11
1
-3
/
+4
*
Fix return code when running unittests.
Andreas Albrecht
2010-01-11
1
-2
/
+7
*
Prevent WHERE grouper from consuming closing parenthesis (fixes issue9, repor...
Andi Albrecht
2009-09-12
2
-1
/
+21
*
Improve detection of identifier aliases (fixes issue8).
Andi Albrecht
2009-07-13
1
-0
/
+7
*
Query token ancestry.
Andi Albrecht
2009-07-12
1
-0
/
+24
*
Add formatting test case for complex identifier lists.
Andi Albrecht
2009-07-12
1
-0
/
+10
*
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
*
Fix incorrect detection of keyword fragments in names (fixes issue7, reported...
Andi Albrecht
2009-06-24
1
-0
/
+21
*
Only add full path to test module if it isn't already in sys.path.
Andi Albrecht
2009-06-21
1
-1
/
+3
*
Conditional hotshot import.
Andi Albrecht
2009-06-08
1
-1
/
+1
*
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
*
* Python and PHP output filter now add a trailing whitespace.
Andi Albrecht
2009-05-06
2
-0
/
+50
*
Code cleanup and test coverage.
Andi Albrecht
2009-05-06
2
-0
/
+58
*
* Added profile option to run_tests.py.
Andi Albrecht
2009-05-06
1
-3
/
+17
[prev]
[next]