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_regressions.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix line length
Rowan Seymour
2017-02-09
1
-1
/
+2
*
CONCURRENTLY should be handled as a keyword
Rowan Seymour
2017-02-09
1
-0
/
+12
*
Update test with new behavior
Victor Uriarte
2017-02-07
1
-2
/
+3
*
Fix #315 support utf-8 by default
Tao Wang
2017-01-11
1
-0
/
+19
*
Fix special case for #284 when statement starts with orphaned AS.
Andi Albrecht
2016-10-24
1
-4
/
+7
*
Fix #284 as grouping
Victor Uriarte
2016-08-22
1
-0
/
+6
*
Fix test that wasn't running
Victor Uriarte
2016-08-22
1
-1
/
+1
*
Don't rely on line breaks in tests.
Andi Albrecht
2016-08-13
1
-1
/
+1
*
Fix a bug: recognize file (Python 2) as a stream
Oleg Broytman
2016-08-06
1
-0
/
+7
*
Failing test: stream worked in 0.1.19
Gordon McCreight
2016-07-21
1
-0
/
+6
*
Parametrize tests
Victor Uriarte
2016-06-20
1
-44
/
+28
*
Remove some test classes and clean-up
Victor Uriarte
2016-06-20
1
-117
/
+124
*
Replace tests/utils with conftest.py
Victor Uriarte
2016-06-20
1
-5
/
+3
*
Replace other UnitTest with Py.Test
Victor Uriarte
2016-06-20
1
-70
/
+68
*
Replace ndiffAssertEqual with Py.Test
Victor Uriarte
2016-06-20
1
-27
/
+23
*
Merge pull request #265 from darikg/dont-ignore-skip_cm
Victor Uriarte
2016-06-20
1
-0
/
+6
|
\
|
*
token_next shouldn't ignore skip_cm
Darik Gamble
2016-06-20
1
-0
/
+6
|
/
*
Reapply fix for case within paranthesis
Victor Uriarte
2016-06-14
1
-8
/
+0
*
Merge remote-tracking branch 'core/long_live_indexes' into develop
Victor Uriarte
2016-06-14
1
-1
/
+3
|
\
*
|
Remove token_first; its redundant to token_next(idx=0)
Victor Uriarte
2016-06-12
1
-1
/
+1
*
|
Fix grouping of `case` within parenthesis.
Victor Uriarte
2016-06-11
1
-0
/
+7
*
|
Add test for issue #207 - run-away indent on alias
Victor Uriarte
2016-06-11
1
-0
/
+11
*
|
Apply new-style str format
Victor Uriarte
2016-06-11
1
-10
/
+6
*
|
Fix flake8 styling
Victor Uriarte
2016-05-29
1
-2
/
+2
|
/
*
Ensure get_type() works for queries that use WITH.
Andrew Tipton
2016-03-02
1
-4
/
+10
*
Add failing test for issue #227.
Andrew Tipton
2016-03-02
1
-0
/
+7
*
Add test case for issue 214, update changelog and authors.
Andi Albrecht
2015-12-14
1
-0
/
+5
*
Fix version check when casting TokenList to string (fixes #212).
Andi Albrecht
2015-12-08
1
-0
/
+11
*
Use compat module for single Python 2/3 code base.
Andi Albrecht
2015-10-26
1
-0
/
+1
*
Handle END IF correctly when splitting statements (fixes #194).
Andi Albrecht
2015-07-28
1
-0
/
+13
*
Ignore comments at beginning of statement when calling Statement.get_type (fi...
Andi Albrecht
2015-07-26
1
-0
/
+6
*
Don't treat DECLARE within BEGIN blocks as relevant to split level (fixes #193).
Andi Albrecht
2015-07-26
1
-1
/
+12
*
Improve handling of NULL in aliased identifiers.
Andi Albrecht
2014-03-03
1
-0
/
+11
*
Fix parsing and formatting of statements containing EXCEPT keyword.
Andi Albrecht
2014-01-28
1
-0
/
+15
*
Allow NULL keyword in assignments (fixes #90).
Andi Albrecht
2013-04-20
1
-0
/
+20
*
Add encoding parameter to top-level functions (fixes issue20).
Andi Albrecht
2013-04-04
1
-1
/
+11
*
Fix internals of _group_left_right, avoid identifying keywords as aliased ide...
Andi Albrecht
2013-03-18
1
-0
/
+10
*
Add unit test for sqls containing binary data.
Andi Albrecht
2013-02-25
1
-0
/
+13
*
Fix a regression where reindent filter failed when comments contained non-asc...
Andi Albrecht
2013-01-25
1
-0
/
+8
*
Fix parsing error with dollar-quoted procedure bodies (fixes issue83).
Andi Albrecht
2012-12-22
1
-0
/
+23
*
Improve handling of quoted indentifiers (fixes issue78).
Andi Albrecht
2012-11-03
1
-0
/
+28
*
Make sure that stand-alone comments are parsed correctly (fixes issue26).
Andi Albrecht
2011-07-25
1
-0
/
+18
*
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
1
-3
/
+22
*
Ignore case in token.match() for all keyword types (fixes issue34).
Andi Albrecht
2011-03-17
1
-0
/
+14
*
Move regression test to separate directory.
Andi Albrecht
2010-06-17
1
-20
/
+0
*
Prevent WHERE grouper from consuming closing parenthesis (fixes issue9, repor...
Andi Albrecht
2009-09-12
1
-0
/
+20