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

Side by Side Diff: third_party/sqlite/src/test/fts3auto.test

Issue 901033002: Import SQLite 3.8.7.4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Chromium changes to support SQLite 3.8.7.4. 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 # 2011 June 10 1 # 2011 June 10
2 # 2 #
3 # May you do good and not evil. 3 # May you do good and not evil.
4 # May you find forgiveness for yourself and forgive others. 4 # May you find forgiveness for yourself and forgive others.
5 # May you share freely, never taking more than you give. 5 # May you share freely, never taking more than you give.
6 # 6 #
7 #*********************************************************************** 7 #***********************************************************************
8 # 8 #
9 9
10 set testdir [file dirname $argv0] 10 set testdir [file dirname $argv0]
(...skipping 689 matching lines...) Expand 10 before | Expand all | Expand 10 after
700 # on "M" or "D" returns 10 documents or so. But filtering on "M * D" only 700 # on "M" or "D" returns 10 documents or so. But filtering on "M * D" only
701 # returns 2, so B is deferred in this case. 701 # returns 2, so B is deferred in this case.
702 # 702 #
703 do_fts3query_test 7.$tn.1 t1 {"M B"} 703 do_fts3query_test 7.$tn.1 t1 {"M B"}
704 do_fts3query_test 7.$tn.2 t1 {"B D"} 704 do_fts3query_test 7.$tn.2 t1 {"B D"}
705 do_fts3query_test 7.$tn.3 -deferred B t1 {"M B D"} 705 do_fts3query_test 7.$tn.3 -deferred B t1 {"M B D"}
706 } 706 }
707 707
708 set sqlite_fts3_enable_parentheses $sfep 708 set sqlite_fts3_enable_parentheses $sfep
709 finish_test 709 finish_test
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698