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

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

Issue 2751253002: [sql] Import SQLite 3.17.0. (Closed)
Patch Set: also clang on Linux i386 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
« no previous file with comments | « third_party/sqlite/src/test/savepointfault.test ('k') | third_party/sqlite/src/test/select4.test » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/sqlite/src/test/schema4.test
diff --git a/third_party/sqlite/src/test/schema4.test b/third_party/sqlite/src/test/schema4.test
index 6618d753881e2b077da33cc221b29f4807b3beff..9b794ee555bd76d041c8d0f99b525c8ba270c81b 100644
--- a/third_party/sqlite/src/test/schema4.test
+++ b/third_party/sqlite/src/test/schema4.test
@@ -149,7 +149,7 @@ ifcapable altertable {
} {}
do_execsql_test schema4-2.8 {
- select sql from sqlite_temp_master WHERE type='table';
+ select sql from temp.sqlite_master WHERE type='table';
} {{CREATE TABLE x1(x)}}
do_execsql_test schema4-2.7 { ALTER TABLE tbl RENAME TO tbl2 } {}
« no previous file with comments | « third_party/sqlite/src/test/savepointfault.test ('k') | third_party/sqlite/src/test/select4.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698