| Index: third_party/sqlite/sqlite-src-3100200/test/selectE.test
|
| diff --git a/third_party/sqlite/sqlite-src-3080704/test/selectE.test b/third_party/sqlite/sqlite-src-3100200/test/selectE.test
|
| similarity index 94%
|
| copy from third_party/sqlite/sqlite-src-3080704/test/selectE.test
|
| copy to third_party/sqlite/sqlite-src-3100200/test/selectE.test
|
| index d7592bbbc5711c91cc43898a38924f9a2f953cbf..1cabeff3702b4c686a7bc93187e608feec048312 100644
|
| --- a/third_party/sqlite/sqlite-src-3080704/test/selectE.test
|
| +++ b/third_party/sqlite/sqlite-src-3100200/test/selectE.test
|
| @@ -92,4 +92,9 @@ do_test selectE-2.2 {
|
| }
|
| } {}
|
|
|
| +do_catchsql_test selectE-3.1 {
|
| + SELECT 1 EXCEPT SELECT 2 ORDER BY 1 COLLATE nocase EXCEPT SELECT 3;
|
| +} {1 {ORDER BY clause should come after EXCEPT not before}}
|
| +
|
| +
|
| finish_test
|
|
|