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

Side by Side Diff: third_party/sqlite/sqlite-src-3080704/test/fts3af.test

Issue 883353008: [sql] Import reference version of SQLite 3.8.7.4. (Closed) Base URL: http://chromium.googlesource.com/chromium/src.git@master
Patch Set: Hold back encoding change which is messing up patch. Created 5 years, 10 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 unified diff | Download patch
OLDNEW
1 # 2006 October 19 1 # 2006 October 19
2 # 2 #
3 # The author disclaims copyright to this source code. 3 # The author disclaims copyright to this source code.
4 # 4 #
5 #************************************************************************* 5 #*************************************************************************
6 # This file implements regression tests for SQLite library. The 6 # This file implements regression tests for SQLite library. The
7 # focus of this script is testing updates in the FTS3 module. 7 # focus of this script is testing updates in the FTS3 module.
8 # 8 #
9 # $Id: fts3af.test,v 1.1 2007/08/20 17:38:42 shess Exp $ 9 # $Id: fts3af.test,v 1.1 2007/08/20 17:38:42 shess Exp $
10 # 10 #
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 81
82 do_test fts3af-2.4 { 82 do_test fts3af-2.4 {
83 execsql {SELECT rowid FROM t1 WHERE content MATCH 'four'} 83 execsql {SELECT rowid FROM t1 WHERE content MATCH 'four'}
84 } {9 11 12 14} 84 } {9 11 12 14}
85 85
86 do_test fts3af-2.5 { 86 do_test fts3af-2.5 {
87 execsql {SELECT rowid FROM t1 WHERE content MATCH 'five'} 87 execsql {SELECT rowid FROM t1 WHERE content MATCH 'five'}
88 } {8 17 18 20 21 22} 88 } {8 17 18 20 21 22}
89 89
90 finish_test 90 finish_test
OLDNEW
« no previous file with comments | « third_party/sqlite/sqlite-src-3080704/test/fts3ae.test ('k') | third_party/sqlite/sqlite-src-3080704/test/fts3ag.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698