From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id AA0E51F5AE; Sun, 26 Jul 2020 19:51:48 +0000 (UTC) Date: Sun, 26 Jul 2020 19:51:48 +0000 From: Eric Wong To: meta@public-inbox.org Subject: Re: [PATCH] overidx: fix compatibility with current versions Message-ID: <20200726195148.GA24489@dcvr> References: <20200726194306.3330-1-e@yhbt.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20200726194306.3330-1-e@yhbt.net> List-Id: Eric Wong wrote: > We still need to use SQL_BLOB to ensure existing versions > of public-inbox can read over.sqlite3. ... because they're still using {sqlite_unicode} Will squash that in before pushing. > This partially > reverts commit e9fc1290ead44e06d20ff58e0a6acb5306d4fbe2. > > Fixes: e9fc1290ead44e06 ("over: unset sqlite_unicode attribute")