Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(12)

Unified Diff: third_party/sqlite/src/test/alter3.test

Issue 2765553002: [sql] Import SQLite 3.17.0. (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/sqlite/src/test/alter3.test
diff --git a/third_party/sqlite/src/test/alter3.test b/third_party/sqlite/src/test/alter3.test
index 28d293e24bca55bc4c81b5c5308f99e337981261..44b31c983391cde71d2aa909a384fa08370fdf7a 100644
--- a/third_party/sqlite/src/test/alter3.test
+++ b/third_party/sqlite/src/test/alter3.test
@@ -270,7 +270,7 @@ ifcapable attach {
if {!$has_codec} {
do_test alter3-5.5 {
list [get_file_format test2.db] [get_file_format]
- } {2 3}
+ } {3 3}
}
do_test alter3-5.6 {
execsql {
@@ -347,7 +347,7 @@ if {!$has_codec} {
ALTER TABLE abc ADD d DEFAULT NULL;
}
get_file_format
- } {2}
+ } {3}
do_test alter3-7.3 {
execsql {
ALTER TABLE abc ADD e DEFAULT 10;

Powered by Google App Engine
This is Rietveld 408576698