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

Unified Diff: third_party/sqlite/src/test/e_select.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/e_fkey.test ('k') | third_party/sqlite/src/test/e_uri.test » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/sqlite/src/test/e_select.test
diff --git a/third_party/sqlite/src/test/e_select.test b/third_party/sqlite/src/test/e_select.test
index 89d61b53bc575f02e1ba3245e408d263358e73b6..9aa2de6038f9b95ecde1c59926e84174bc1303b1 100644
--- a/third_party/sqlite/src/test/e_select.test
+++ b/third_party/sqlite/src/test/e_select.test
@@ -1252,8 +1252,8 @@ do_select_tests e_select-5.5 {
1 "SELECT DISTINCT d FROM h3" {{} 2 2,3 2,4 3}
}
-# EVIDENCE-OF: R-58359-52112 The normal rules for selecting a collation
-# sequence to compare text values with apply.
+# EVIDENCE-OF: R-47709-27231 The usual rules apply for selecting a
+# collation sequence to compare text values.
#
do_select_tests e_select-5.6 {
1 "SELECT DISTINCT b FROM h1" {one I i four IV iv}
« no previous file with comments | « third_party/sqlite/src/test/e_fkey.test ('k') | third_party/sqlite/src/test/e_uri.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698