diff options
author | dan <dan@noemail.net> | 2018-05-16 20:58:07 +0000 |
---|---|---|
committer | dan <dan@noemail.net> | 2018-05-16 20:58:07 +0000 |
commit | 86fb6e173885b9ac170b14ce9a9d0ccf7cd34e50 (patch) | |
tree | ca728c5c40cf8c1487880b4446d95d75f3cdbe6e /test/permutations.test | |
parent | f80bba9d8d6a1bff6728db40d8d65af06d0723f9 (diff) | |
download | sqlite-86fb6e173885b9ac170b14ce9a9d0ccf7cd34e50.tar.gz sqlite-86fb6e173885b9ac170b14ce9a9d0ccf7cd34e50.zip |
Start of experimental implementation of SQL window functions. Does not yet
work.
FossilOrigin-Name: 3781e520854808fe02ad3fe77dd11fc917448c58ff1fd79123289dd91937decd
Diffstat (limited to 'test/permutations.test')
-rw-r--r-- | test/permutations.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/permutations.test b/test/permutations.test index 52e2509fc..d240b34da 100644 --- a/test/permutations.test +++ b/test/permutations.test @@ -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 { |