mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-29 08:01:23 +03:00
Start of experimental implementation of SQL window functions. Does not yet
work. FossilOrigin-Name: 3781e520854808fe02ad3fe77dd11fc917448c58ff1fd79123289dd91937decd
This commit is contained in:
@ -167,7 +167,7 @@ test_suite "veryquick" -prefix "" -description {
|
||||
that test malloc and IO errors are omitted.
|
||||
} -files [
|
||||
test_set $allquicktests -exclude *malloc* *ioerr* *fault* *bigfile* *_err* \
|
||||
*fts5corrupt* *fts5big* *fts5aj*
|
||||
*fts5corrupt* *fts5big* *fts5aj* *expert* table.test
|
||||
]
|
||||
|
||||
test_suite "extraquick" -prefix "" -description {
|
||||
|
Reference in New Issue
Block a user