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
*
[grouping] group_as() no longer groups AS CTE
Likai Liu
2020-02-02
1
-0
/
+8
*
[fix] Fixing typed literal regression
John Bodley
2020-02-02
1
-0
/
+6
*
Fix test
Corey Zumar
2020-01-16
1
-14
/
+14
*
Like/ilike comparison test
Corey Zumar
2020-01-16
1
-0
/
+35
*
Add symbols back to comparison test
Corey Zumar
2020-01-16
1
-0
/
+1
*
More test cases
Corey Zumar
2020-01-16
1
-1
/
+3
*
Add first test case
Corey Zumar
2020-01-16
1
-2
/
+3
*
support typed literals (if that's what they're called)
Dvořák Václav
2019-10-20
1
-0
/
+28
*
[fix] Addressing issue #507
John Bodley
2019-10-09
1
-0
/
+8
*
Restrict detection of alias names (fixes #455).
Andreas Albrecht
2019-10-09
1
-3
/
+4
*
[tokenizer] Grouping GROUP/ORDER BY
John Bodley
2019-03-10
1
-1
/
+1
*
Fix formatting on INSERT (fixes #329)
Fredy Wijaya
2019-03-10
1
-4
/
+7
*
Fix typos
typo
Victor Uriarte
2017-11-29
1
-1
/
+1
*
Fix parsing of UNION ALL after WHERE (fixes #349).
Andi Albrecht
2017-07-29
1
-0
/
+9
*
Re-order parsing so that comparisons are seens as identifiers (fixes #327).
Andi Albrecht
2017-04-18
1
-0
/
+14
*
Fix parsing of INTO keyword in WHERE clauses (fixes #324).
Andi Albrecht
2017-03-02
1
-0
/
+8
*
Fix an edge-case with subselects in CASE clauses.
Andi Albrecht
2016-10-24
1
-0
/
+10
*
Handle operator grouping after identifying typecasts (fixes #297).
Andi Albrecht
2016-10-01
1
-0
/
+14
*
Parametrize test.
Andi Albrecht
2016-10-01
1
-10
/
+9
*
Unify_naming_schema. Closes #283
Victor Uriarte
2016-08-22
1
-1
/
+1
*
Returning clause ends where clause
Darik Gamble
2016-06-25
1
-0
/
+8
*
Parametrize tests
Victor Uriarte
2016-06-20
1
-13
/
+5
*
Remove some test classes and clean-up
Victor Uriarte
2016-06-20
1
-277
/
+310
*
Replace other UnitTest with Py.Test
Victor Uriarte
2016-06-20
1
-115
/
+114
*
Replace ndiffAssertEqual with Py.Test
Victor Uriarte
2016-06-20
1
-18
/
+16
*
Previous fix for period failed when another token (non-groupable) followed.
Victor Uriarte
2016-06-19
1
-0
/
+9
*
Revert behavior of dangling period(hanging schema qualifier)
Victor Uriarte
2016-06-18
1
-3
/
+3
*
Rename token_idx_ funcs to simply token_ funcs
Victor Uriarte
2016-06-15
1
-2
/
+2
*
Change token_ funcs to token_idx funcs
Victor Uriarte
2016-06-15
1
-3
/
+3
*
Add sql.Operation tokenlist
Victor Uriarte
2016-06-12
1
-8
/
+9
*
Apply new-style str format
Victor Uriarte
2016-06-11
1
-1
/
+1
*
Format `pr` to pass flake8 and update functions used
Victor Uriarte
2016-06-06
1
-5
/
+7
*
Add filter `Spaces around Operators`
Adam Greenhall
2016-06-06
1
-0
/
+4
*
Test: Subquery Ident-lists grouping alias bug
Adam Greenhall
2016-06-06
1
-0
/
+10
*
Fix test that wasn't evaluating
Victor Uriarte
2016-06-04
1
-3
/
+3
*
Merge pull request #236 from koljonen/using_directly_followed_by_parenthesis
Andi Albrecht
2016-05-28
1
-0
/
+7
|
\
|
*
Recognize USING as a keyword in 'USING(', not just in 'USING ('
koljonen
2016-05-14
1
-0
/
+7
*
|
separate identifier grouping into its components
Victor Uriarte
2016-05-10
1
-3
/
+3
|
/
*
Improve identifier parsing when identifier is a literal combined with order k...
Andi Albrecht
2016-04-06
1
-0
/
+6
*
Code cleanup
Andi Albrecht
2016-04-06
1
-3
/
+4
*
Fix #230 (function comparison grouping)
saaj
2016-04-05
1
-0
/
+23
*
Code cleanup in tests.
Andi Albrecht
2015-10-26
1
-2
/
+4
*
Use compat module for single Python 2/3 code base.
Andi Albrecht
2015-10-26
1
-12
/
+13
*
Improve detection of aliased identifiers (fixes #185).
Andi Albrecht
2015-04-19
1
-0
/
+5
*
Never interpret IN keyword as function name (fixes #183).
Andi Albrecht
2015-04-12
1
-1
/
+7
*
Add a bunch of extra tests for assigning aliases without the AS keyword
Darik Gamble
2015-02-09
1
-0
/
+40
*
Fix test
Darik Gamble
2015-02-09
1
-1
/
+1
*
Fix test
Darik Gamble
2015-02-09
1
-4
/
+5
*
Improve parsing of inline comments for identifiers (fixes #163).
Andi Albrecht
2015-01-16
1
-0
/
+6
*
Better handling of floats in UPDATE statements (issue145).
Andi Albrecht
2014-11-30
1
-0
/
+9
[next]