~ubuntu-branches/ubuntu/precise/sqlite3/precise-updates

« back to all changes in this revision

Viewing changes to test/fts3aa.test

  • Committer: Bazaar Package Importer
  • Author(s): Laszlo Boszormenyi (GCS)
  • Date: 2009-12-11 14:34:09 UTC
  • mfrom: (9.1.7 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091211143409-o29fahwmcmyd0vq1
Tags: 3.6.21-2
Run autoreconf to prevent FTBFS with new libtool (closes: #560660).

Show diffs side-by-side

added added

removed removed

Lines of Context:
146
146
  execsql {SELECT rowid FROM t1 WHERE content MATCH '-two one'}
147
147
} {1 5 9 13 17 21 25 29}
148
148
 
 
149
breakpoint
149
150
do_test fts3aa-4.1 {
150
151
  execsql {SELECT rowid FROM t1 WHERE content MATCH 'one OR two'}
151
152
} {1 2 3 5 6 7 9 10 11 13 14 15 17 18 19 21 22 23 25 26 27 29 30 31}
195
196
do_test fts3aa-6.3 {
196
197
  execsql {SELECT content FROM t1 WHERE rowid = -1}
197
198
} {{three four}}
 
199
breakpoint
198
200
do_test fts3aa-6.4 {
199
201
  execsql {SELECT rowid FROM t1 WHERE t1 MATCH 'four'}
200
202
} {-1 0 8 9 10 11 12 13 14 15 24 25 26 27 28 29 30 31}