X-Recipient: archive-cygwin@delorie.com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 32DE13857020
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com;
	s=default; t=1594133999;
	bh=dAbAFcO5oHM/Tj4nUMjFbvzcK8W7dpnfqsUwIpRtmho=;
	h=References:In-Reply-To:Date:Subject:To:List-Id:List-Unsubscribe:
	 List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:
	 From;
	b=UPTrf7Y1t7IOyn4m5ru/ricB1Qq8/02t+WgWCPfEdV/4+rXAdMJ2rOrw922UxNODS
	 5pX1icKfb/+qA00aJmygtH1/Dav0B7mJZUocwA0n7AMvaph5UJJNrVtaSAts9XTnQS
	 3+lUfkx/eeXmYxKk6W2xgJwOyXBWnEtBd7qnMBlg=
X-Original-To: cygwin@cygwin.com
Delivered-To: cygwin@cygwin.com
DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 0830C3857C66
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20161025;
 h=x-gm-message-state:mime-version:references:in-reply-to:from:date
 :message-id:subject:to:content-transfer-encoding;
 bh=b71jy75RSlAzrjuRpW/uWcnkwlFuNvz+dpUIOHckbZ8=;
 b=jv+qSDhGZ6QNRJEZiN1bYj/g0Hn5SUx93z/XWCOMxVpK8q2jVeY+3SwPByrddTYqbo
 oNQ96ilXQJxsoxXh4mkPIlK82qVDwJVgZtehxN9ROn3MMd/zXjmtIt/VsK/qM6Lg76Nf
 47cZicrET3kOgTi2OP7e0alEhnkHZliOsHcFw5P12wVrd124H44zv+veJyl3RFqUhUWd
 7K+nCM8sFgwB4dgmx61+gN9PQTm/qmAmNsH9hCX0Z/AFLpGQHwFoBoRvovskjgkBGrCT
 pUySbQyvmOMQXt8PFhOajHhRS9rPvLsNl2m0KfNkcUnbm3bEsd2q3CIxHx7edjgujMY8
 8Big==
X-Gm-Message-State: AOAM531FIRewkZ6QhTMitM3Vszt0iUyjQdFiSVK+YSE4vE0HIm7kgKGe
 jbL7/yof3xYXf0LuS0hFRyXMnLgGFCYL/MGiMyFZWA==
X-Google-Smtp-Source: ABdhPJxkQvZfPN4X/biYaFnk0SNFwGvlues5SUxo9n6lYZIyxWdjxlEhXju5mDB/6Zxs61AS/QKN+ubuO7H4cB7mxf4=
X-Received: by 2002:a17:906:191a:: with SMTP id
 a26mr49768129eje.315.1594133994728; 
 Tue, 07 Jul 2020 07:59:54 -0700 (PDT)
MIME-Version: 1.0
References: <CA+7cx1qnb4yqBZUN9v=UoeFB+7a+UWTROU14oCeZC3xQWRTNuA@mail.gmail.com>
In-Reply-To: <CA+7cx1qnb4yqBZUN9v=UoeFB+7a+UWTROU14oCeZC3xQWRTNuA@mail.gmail.com>
Date: Tue, 7 Jul 2020 16:59:44 +0200
Message-ID: <CA+7cx1py6C7M03tZ9qcyaWGNK_OgsxD9H1puR3krb_zgGqixXA@mail.gmail.com>
Subject: Re: sqlite3: no such module: fts5
To: cygwin@cygwin.com
X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00, DKIM_SIGNED,
 DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, KAM_NUMSUBJECT,
 RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS,
 TXREP autolearn=no autolearn_force=no version=3.4.2
X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on
 server2.sourceware.org
X-BeenThere: cygwin@cygwin.com
X-Mailman-Version: 2.1.29
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-request@cygwin.com?subject=help>
List-Subscribe: <http://cygwin.com/mailman/listinfo/cygwin>,
 <mailto:cygwin-request@cygwin.com?subject=subscribe>
From: =?utf-8?q?Morten_Kj=C3=A6rulff_via_Cygwin?= <cygwin@cygwin.com>
Reply-To: =?UTF-8?Q?Morten_Kj=C3=A6rulff?= <mortenkjarulff@gmail.com>
Content-Type: text/plain; charset="utf-8"
Sender: "Cygwin" <cygwin-bounces@cygwin.com>
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from base64 to 8bit by delorie.com id 067F0NSt017902

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
> c20a35336432025445f9f7e289d0cc3e4003fb17f45a4ce74c6269c407c6e09f

Can anyone confirm that fts5 should / should not work by default?
Is there something wrong with my installation or has something
changed? I have a db I created last year and when trying to work with
that one, I also get the error.
/Morten
--
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple

