mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-29 08:01:23 +03:00
Another very small performance improvement.
FossilOrigin-Name: 7a1e30a17f57ca006dd84b6f97b0c7811bf4c6da4b02903452ffc4bc363cab9b
This commit is contained in:
@ -428,6 +428,9 @@ execsql_test 4.10 {
|
||||
SELECT count(*) OVER (ORDER BY b) FROM t1
|
||||
}
|
||||
|
||||
execsql_test 4.11 {
|
||||
SELECT count(distinct a) FILTER (WHERE b='odd') FROM t1
|
||||
}
|
||||
|
||||
|
||||
finish_test
|
||||
|
Reference in New Issue
Block a user