From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:403:4789::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id sFQ1IEVT12QeBQEASxT56A (envelope-from ) for ; Sat, 12 Aug 2023 11:39:17 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:4789::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id GAMqH0VT12QwiAAAG6o9tA (envelope-from ) for ; Sat, 12 Aug 2023 11:39:17 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 2A3CA59D38 for ; Sat, 12 Aug 2023 11:39:17 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=none; spf=pass (aspmx1.migadu.com: domain of "emacs-orgmode-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="emacs-orgmode-bounces+larch=yhetil.org@gnu.org"; dmarc=fail reason="SPF not aligned (relaxed), No valid DKIM" header.from=gmail.com (policy=none) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1691833157; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references:list-id:list-help: list-unsubscribe:list-subscribe:list-post; bh=Jthrzg76N1UHG1Xm7CYQSXJdldJfNSKoNcfR7YiaEfM=; b=rmJ1mh7oFgRbM9//dW6XLU9SxMlUKRqDpuhfK+l/z2YhM0IDhYUxpBYlKPH4r1XzHLiXOI kZqcjGE8p7GAWFMOPJH3JV9rPk4hjz9b5Nq/7KC4p5kqauZNbEvcZVL1MlSI3kQb/woCbz 4JLhnPFh3I78/PME1fYlrVDIhRFmi2aqmEUvXVyGVY03NKv3N4zOlq4wHqHjbeeKoeqmC0 d7v8Bi1HD8W0dOM4nXRPbHjq3j3Z5NWBTTNHXK5lOHmd799Ov2F91E4gMFcOY+zhJ0x/1j 2BuLlAdAEWeyuiLHqnV2cmWMrZNa3r4fhkgHf4U6TpYuweFUWvL9PXdaW7a7/w== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=none; spf=pass (aspmx1.migadu.com: domain of "emacs-orgmode-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="emacs-orgmode-bounces+larch=yhetil.org@gnu.org"; dmarc=fail reason="SPF not aligned (relaxed), No valid DKIM" header.from=gmail.com (policy=none) ARC-Seal: i=1; s=key1; d=yhetil.org; t=1691833157; a=rsa-sha256; cv=none; b=NmqUQjHNX0t4cto362h1SG+ww9A+AstYNsFLE0FEO12YXszfRsloyO7cAC4at4gGmDvSQn SFdLBmrFlqZh8610rjzUXdU5Yel16oQS+kUwsTqRjXsfb27P2I4salcsLvPKemclHM8M5c ARSRCRHtsrlT+ds/kEmn0DVTua+7fvqeZ6nwgprbT4PMsfLLgffVPNuhWOhOugbuAEJq+t GZOGrT0HnTxHkQUy5RJnVrgn59YZANxi0YP3EzTYujTfrlTwAXaY0sI/qekRDOXnoRCtTM 5UPrFI56PRRFeUysl2Q142+28/Y254SrIw8HPeVrTTX+xw/84QiDVnZz/De4Nw== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qUl4Z-0005C7-Dq; Sat, 12 Aug 2023 05:38:15 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qUl4Y-0005Bd-0T for emacs-orgmode@gnu.org; Sat, 12 Aug 2023 05:38:14 -0400 Received: from ciao.gmane.io ([116.202.254.214]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qUl4W-0002Yt-OJ for emacs-orgmode@gnu.org; Sat, 12 Aug 2023 05:38:13 -0400 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1qUl4V-0002ZS-00 for emacs-orgmode@gnu.org; Sat, 12 Aug 2023 11:38:11 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: emacs-orgmode@gnu.org From: Max Nikulin Subject: Re: [PATCH] ob-sqlite: Use a transient in-memory database by default Date: Sat, 12 Aug 2023 16:38:04 +0700 Message-ID: References: <20230503125903.95063-1-salutis@me.com> <87a5x3wum8.fsf@localhost> <87ilbis8lx.fsf@localhost> <87sf8zkz6a.fsf@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0 Content-Language: en-US, ru-RU In-Reply-To: Received-SPF: pass client-ip=116.202.254.214; envelope-from=geo-emacs-orgmode@m.gmane-mx.org; helo=ciao.gmane.io X-Spam_score_int: 18 X-Spam_score: 1.8 X-Spam_bar: + X-Spam_report: (1.8 / 5.0 requ) BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, FORGED_GMAIL_RCVD=1, FORGED_MUA_MOZILLA=2.309, FREEMAIL_FORGED_FROMDOMAIN=0.249, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.25, NICE_REPLY_A=-0.972, NML_ADSP_CUSTOM_MED=0.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-orgmode@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+larch=yhetil.org@gnu.org Sender: emacs-orgmode-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Queue-Id: 2A3CA59D38 X-Migadu-Scanner: mx1.migadu.com X-Spam-Score: 0.02 X-Migadu-Spam-Score: 0.02 X-TUID: 0eCHyfu40sOu On 06/08/2023 07:22, Rudolf Adamkovič wrote: > * lisp/ob-sqlite.el (org-babel-execute:sqlite): Default ':db' to > ":memory:" instead of throwing an error. This commit message entry does not reflect changed approach clearly enough. Not passing :db is a bit different from default :memory:. Sorry that I have not noticed it earlier. Since the commit has been pushed, I do not expect any further action in response. > @@ -97,7 +96,7 @@ This function is called by `org-babel-execute-src-block'." > (member :html others) separator) > "" > "-csv")) > - (cons "db " db))) > + (cons "db" (or db "")))) My expectation was that sqlite3 should print a warning, but actually it does not. echo "select 1" | sqlite3 1 sqlite3 SQLite version 3.31.1 2020-01-27 19:55:54 Enter ".help" for usage hints. Connected to a transient in-memory database. Use ".open FILENAME" to reopen on a persistent database. In this sense I would prefer the previous version of the patch, but I admit, it is my fault that I did not tried it despite a week passed.