SQLite

Check-in [773b598608]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Fix another typo in fts3_common.tcl causing test failures in builds that do not support fts3.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | rollback-abort
Files: files | file ages | folders
SHA3-256: 773b5986084b7ebe8d1d47cf51d1c10e600935b4cc9af38921dcb06b0d4d82c0
User & Date: dan 2019-01-26 20:41:23.303
Context
2019-01-26
21:05
Fix a broken assert() in fts3. Also some test script issues causing failures with builds that do not support fts3. (check-in: d59567dda2 user: dan tags: trunk)
20:41
Fix another typo in fts3_common.tcl causing test failures in builds that do not support fts3. (Closed-Leaf check-in: 773b598608 user: dan tags: rollback-abort)
20:35
Fix a typo in fts3corrupt4.test causing it to fail if the build does not support fts3. (check-in: 5016303421 user: dan tags: rollback-abort)
Changes
Side-by-Side Diff Ignore Whitespace Patch
Changes to test/fts3_common.tcl.
40
41
42
43
44
45
46

47


48
49
50
51
52
53
54
40
41
42
43
44
45
46
47

48
49
50
51
52
53
54
55
56







+
-
+
+







#
#   fts3_doclist TBL TERM WHERE
#     Todo.
#
#
#

ifcapable fts3 {
sqlite3_fts3_may_be_corrupt 0 
  sqlite3_fts3_may_be_corrupt 0 
}

#-------------------------------------------------------------------------
# USAGE: fts3_build_db_1 SWITCHES N
#
# Build a sample FTS table in the database opened by database connection 
# [db]. The name of the new table is "t1".
#