summaryrefslogtreecommitdiff
path: root/test/e_createtable.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/e_createtable.test')
-rw-r--r--test/e_createtable.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/e_createtable.test b/test/e_createtable.test
index 8221828..351a0f7 100644
--- a/test/e_createtable.test
+++ b/test/e_createtable.test
@@ -1257,7 +1257,7 @@ do_createtable_tests 4.4 {
# SQLite allows NULL values in a PRIMARY KEY column.
#
# If the column is an integer primary key, attempting to insert a NULL
-# into the column triggers the auto-increment behaviour. Attempting
+# into the column triggers the auto-increment behavior. Attempting
# to use UPDATE to set an ipk column to a NULL value is an error.
#
do_createtable_tests 4.5.1 {
@@ -1591,7 +1591,7 @@ foreach {tn tbl res ac data} {
" $res
do_test e_createtable-4.17.$tn.3 { sqlite3_get_autocommit db } $ac
- do_execsql_test 4.17.$tn.4 "SELECT * FROM $tbl" $data
+ do_execsql_test 4.17.$tn.4 "SELECT * FROM $tbl ORDER BY rowid" $data
}
catchsql COMMIT