1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

Add tests for the FILTER clause. And a bugfix.

FossilOrigin-Name: 28aa1702f7f0334abd1b30e7aa48ea3679539b11bfbba32bc9f0d6049cf18a7b
This commit is contained in:
dan
2019-07-03 18:31:20 +00:00
parent 6ba7ab0d25
commit 16e12c573d
6 changed files with 150 additions and 19 deletions

View File

@ -83,7 +83,7 @@ do_catchsql_test 2.2 {
do_catchsql_test 2.3 {
SELECT sum(a) FILTER (WHERE 1 - count(a)) FROM t1
} {1 {misuse of aggregate: count()}}
} {1 {misuse of aggregate function count()}}
finish_test