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

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

Issue 1610963002: Import SQLite 3.10.2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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/with1.test ('k') | third_party/sqlite/src/test/with3.test » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/sqlite/src/test/with2.test
diff --git a/third_party/sqlite/src/test/with2.test b/third_party/sqlite/src/test/with2.test
index eb0614729bed31db388dc155da18910312370ba4..02d10b5112b1045fd40d4cae1afe06577f9df46d 100644
--- a/third_party/sqlite/src/test/with2.test
+++ b/third_party/sqlite/src/test/with2.test
@@ -250,7 +250,8 @@ do_execsql_test 4.4 [genstmt 255] 1
set nLimit [sqlite3_limit db SQLITE_LIMIT_COLUMN -1]
do_execsql_test 4.5 [genstmt [expr $nLimit-1]] 1
do_execsql_test 4.6 [genstmt $nLimit] 1
-do_catchsql_test 4.7 [genstmt [expr $nLimit+1]] {1 {too many columns in index}}
+do_catchsql_test 4.7 [genstmt [expr $nLimit+1]] \
+ {1 {too many columns in result set}}
#---------------------------------------------------------------------------
# Check that adding a WITH clause to an INSERT disables the xfer
@@ -415,4 +416,3 @@ do_execsql_test 8.3 {
finish_test
-
« no previous file with comments | « third_party/sqlite/src/test/with1.test ('k') | third_party/sqlite/src/test/with3.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698