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 1C32A1F4B4; Fri, 16 Oct 2020 04:23:27 +0000 (UTC) Date: Fri, 16 Oct 2020 04:23:25 +0000 From: Eric Wong To: Kyle Meyer Cc: meta@public-inbox.org Subject: Re: [PATCH] scripts/dupe-finder: restore $dbh variable Message-ID: <20201016042325.GA61717@dcvr> References: <20201016020852.27823-1-kyle@kyleam.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20201016020852.27823-1-kyle@kyleam.com> List-Id: Kyle Meyer wrote: > When dupe-finder was switched from ->search->{over_ro} to ->over, the > database handle was dropped. Restore it because a spot downstream > uses it. > > Fixes: 73e3a6ed6e95adc6 (use more idiomatic internal API for ->over access) Thanks, I haven't used this since 2018 :x Btw, is this tool something you find useful? I'll consider making it part of a local tool I'm brainstorming...