Re: sqlite3: no such module: fts5

2020-07-08 Thread Jan Nijtmans via Cygwin
Op ma 6 jul. 2020 om 07:05 schreef Morten Kjærulff via Cygwin: > > Hi, > > I am (ok, almost) sure that I have created a fts5 db before, how did I? > > $ echo "create virtual table t using fts5(t)"|sqlite3 t.db > Error: near line 1: no such module: fts5 > > $ sqlite3 --version > 3.30.0 2019-10-04 15

Re: sqlite3: no such module: fts5

2020-07-07 Thread Morten Kjærulff via Cygwin
On Mon, Jul 6, 2020 at 7:03 AM Morten Kjærulff wrote: > > Hi, > > I am (ok, almost) sure that I have created a fts5 db before, how did I? > > $ echo "create virtual table t using fts5(t)"|sqlite3 t.db > Error: near line 1: no such module: fts5 > > $ sqlite3 --version > 3.30.0 2019-10-04 15:03:17 >