diff options
Diffstat (limited to 'third_party/sqlite/src/test/select6.test')
-rw-r--r-- | third_party/sqlite/src/test/select6.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/sqlite/src/test/select6.test b/third_party/sqlite/src/test/select6.test index ef0bfd5..e0ff165 100644 --- a/third_party/sqlite/src/test/select6.test +++ b/third_party/sqlite/src/test/select6.test @@ -458,6 +458,7 @@ do_test select6-8.6 { do_test select6-9.1 { execsql { SELECT a.x, b.x FROM t1 AS a, (SELECT x FROM t1 LIMIT 2) AS b + ORDER BY 1, 2 } } {1 1 1 2 2 1 2 2 3 1 3 2 4 1 4 2} do_test select6-9.2 { |