From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: master 3d38d1d: Add sqlite3 support to Emacs Date: Wed, 15 Dec 2021 00:14:32 -0500 Message-ID: References: <20211211035614.15517.53830@vcs0.savannah.gnu.org> <20211211035616.984DD20A0A@vcs0.savannah.gnu.org> <87ee6j4ty4.fsf@yahoo.com> <8735mz4o70.fsf@yahoo.com> <83k0gbr0dm.fsf@gnu.org> <87y24r33bn.fsf@yahoo.com> <87ilvu1ldh.fsf@yahoo.com> <86o85ki15d.fsf@gmail.com> Reply-To: rms@gnu.org Content-Type: text/plain; charset=Utf-8 Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="26512"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Andy Moreton Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Dec 15 06:16:49 2021 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mxMem-0006j9-FH for ged-emacs-devel@m.gmane-mx.org; Wed, 15 Dec 2021 06:16:48 +0100 Original-Received: from localhost ([::1]:56468 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mxMek-0007at-QZ for ged-emacs-devel@m.gmane-mx.org; Wed, 15 Dec 2021 00:16:46 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:53728) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mxMca-0006Rc-Bx for emacs-devel@gnu.org; Wed, 15 Dec 2021 00:14:32 -0500 Original-Received: from [2001:470:142:3::e] (port=37998 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mxMca-0002iR-3Y; Wed, 15 Dec 2021 00:14:32 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=Date:References:Subject:In-Reply-To:To:From: mime-version; bh=8epSe2n8sNYPnq+cR0kqMHKl94V8g0gDqRGJn9Qi1V4=; b=g0/XlfW1Snsi +dOV1emL4ZvI3c+6RA+AiUo054Y2AIx0bWOM+at7A/BdXjPjppoQmS1aI4nbsL3v1rggm6SwVM/WY mxqJuTyQgDct25PsPf1f44/bDv0ZRN/VfrWrviip/b/MctuENiYJmAVfwDzV/hUuz6/p20BRfhgZU TvsJGEdHJLd1/X0DzulFRJ0TqWy9ouTh1R7vC8iVT+QbEG7lixhb81mWLKvXTnykRGR3qbuCZXOi4 I+2WFwFRs+oJwjr7szNYWWpKNwg/fexNnMduEGUsMRf8B1pv0b0XLAHtZOYiE699FceQOokOxGIgv 3LoMHOSlCA+DJOohBndduw==; Original-Received: from rms by fencepost.gnu.org with local (Exim 4.90_1) (envelope-from ) id 1mxMca-0007ZL-78; Wed, 15 Dec 2021 00:14:32 -0500 In-Reply-To: <86o85ki15d.fsf@gmail.com> (message from Andy Moreton on Mon, 13 Dec 2021 22:35:26 +0000) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:281971 Archived-At: [[[ To any NSA and FBI agents reading my email: please consider ]]] [[[ whether defending the US Constitution against all enemies, ]]] [[[ foreign or domestic, requires you to follow Snowden's example. ]]] > The documentation notes that sqlite3_db_config can be used to enable > only the C sqlite3_load_extension API without also enabling the SQL > extension loading API: Is it desirable to enable the C version of sqlite3_load_extension? What uses that? I have a feeling that if can only do harm, not good -- that either it will never be used, or it could be used to load nonfree eetxnsions. Why take a risk? -- Dr Richard Stallman (https://stallman.org) Chief GNUisance of the GNU Project (https://gnu.org) Founder, Free Software Foundation (https://fsf.org) Internet Hall-of-Famer (https://internethalloffame.org)