mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-08 14:02:16 +03:00
Minor tweak to patch on this branch to reclaim some cycles.
FossilOrigin-Name: 81eed055de856068109a7e332cca0c3ff1120ebe2bfa5ed6383b165c726e0a7c
This commit is contained in:
@@ -424,6 +424,10 @@ execsql_float_test 4.9 {
|
||||
WINDOW win AS (ORDER BY 1);
|
||||
}
|
||||
|
||||
execsql_test 4.10 {
|
||||
SELECT count(*) OVER (ORDER BY b) FROM t1
|
||||
}
|
||||
|
||||
|
||||
|
||||
finish_test
|
||||
|
@@ -893,4 +893,8 @@ do_test 4.9 {
|
||||
set {} {}
|
||||
} {}
|
||||
|
||||
do_execsql_test 4.10 {
|
||||
SELECT count(*) OVER (ORDER BY b) FROM t1
|
||||
} {3 3 3 6 6 6}
|
||||
|
||||
finish_test
|
||||
|
Reference in New Issue
Block a user