1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-15 11:41:13 +03:00

Merge in the 3.8.10 release changes.

FossilOrigin-Name: 0404ef885e47f0df1daa04feb28452beb4d32a35
This commit is contained in:
drh
2015-05-07 12:29:54 +00:00
7 changed files with 16 additions and 19 deletions

View File

@@ -158,6 +158,9 @@ do_test select4-2.4 {
}} msg]
lappend v $msg
} {1 {ORDER BY clause should come after UNION not before}}
do_execsql_test select4-2.5 {
SELECT 123 AS x ORDER BY (SELECT x ORDER BY 1);
} {123}
# Except operator
#