mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-01 06:27:03 +03:00
Adjust the test suite to account for recent changes related to #2822. Most changes are related to English language error messages only. (CVS 4622)
FossilOrigin-Name: 2f88b9b3e3c9abc3ae4a5dcef82707dd74f8aace
This commit is contained in:
@ -180,15 +180,15 @@ ifcapable compound {
|
||||
}
|
||||
} {{} 0 1}
|
||||
do_test null-6.5 {
|
||||
execsql {
|
||||
catchsql {
|
||||
select b from t1 union select c from t1 order by t1.a;
|
||||
}
|
||||
} {{} 0 1}
|
||||
} {1 {1st ORDER BY term does not match any column in the result set}}
|
||||
do_test null-6.6 {
|
||||
execsql {
|
||||
catchsql {
|
||||
select b from t1 union select c from t1 order by main.t1.a;
|
||||
}
|
||||
} {{} 0 1}
|
||||
} {1 {1st ORDER BY term does not match any column in the result set}}
|
||||
} ;# ifcapable compound
|
||||
|
||||
# The UNIQUE constraint only applies to non-null values
|
||||
|
Reference in New Issue
Block a user