Tcl_ChannelType implementations for Tcl9 apparently require that
commitddcd69835827c0655f38a3b0d9c5ef54dd056921
authorD. Richard Hipp <drh@hwaci.com>
Tue, 30 Jul 2024 18:15:59 +0000 (30 18:15 +0000)
committerD. Richard Hipp <drh@hwaci.com>
Tue, 30 Jul 2024 18:15:59 +0000 (30 18:15 +0000)
tree29b7b2088ad17c211ccdcc73673649796224f066
parent2fc77a0499b08eedac2a60dceaa5da3f98a99f22
Tcl_ChannelType implementations for Tcl9 apparently require that
wideSeekProc be implemented.  Also adjust minor test script issues for
fts5 tests so that they can be run sequentially and so that they do not
depend on the specific floating point output formats generated by Tcl.
ext/fts5/test/fts5eb.test
ext/fts5/test/fts5first.test
ext/fts5/test/fts5integrity.test
ext/fts5/test/fts5interrupt.test
ext/fts5/test/fts5restart.test
ext/fts5/test/fts5unicode.test
ext/fts5/test/fts5unicode2.test
ext/fts5/test/fts5vocab.test
src/tclsqlite.c