From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Ihor Radchenko Newsgroups: gmane.emacs.orgmode,gmane.emacs.devel Subject: Re: package submission : ob-sql-session Date: Sun, 20 Oct 2024 12:34:20 +0000 Message-ID: <87msizq7g3.fsf@localhost> References: <1a69c5fb-4069-45c8-b37b-4d54ef88b92d@alphapapa.net> <3a694658-9184-4c45-ac17-6e6083a21517@7d.nz> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="7758"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Adam Porter , emacs-devel@gnu.org, Org Mode List To: Phil Estival Original-X-From: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane-mx.org@gnu.org Sun Oct 20 14:33:46 2024 Return-path: Envelope-to: geo-emacs-orgmode@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 1t2V7x-0001sS-Tr for geo-emacs-orgmode@m.gmane-mx.org; Sun, 20 Oct 2024 14:33:45 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1t2V6z-0004hq-Q9; Sun, 20 Oct 2024 08:32:47 -0400 Original-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 1t2V6s-0004gi-A4 for emacs-orgmode@gnu.org; Sun, 20 Oct 2024 08:32:39 -0400 Original-Received: from mout01.posteo.de ([185.67.36.65]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1t2V6q-0002LW-5U for emacs-orgmode@gnu.org; Sun, 20 Oct 2024 08:32:37 -0400 Original-Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id A947B240027 for ; Sun, 20 Oct 2024 14:32:33 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1729427553; bh=6539gXDn6Ssj9mzsjjAjnBxy8w+41oWX2puf+95Zj0Q=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:Content-Type: From; b=nWOYA9Wq6YIqkKigwd+5+8O1m7eW/3ae/bvF13jFe7m479ksQPzZFS5dIBfOum2T5 ZXzlYtZONbFlo6of0BSh0Nt7eOFQH8DcxwF1HNLI/qG1im+ShpJjbVJdUMlFC2lCDw vIRt0bWctnPHyp5RSyp6e6ftLGqM0w6BWEUD9avhC8qDEi5358P9Std7j5brAfuSND zcKJrlFT+1ucuC0hs9idDmJOwbfmjTzKdV4BYB7smX8GDxmiyrE49eGJl+Us6s8MC1 IRrbi+oxDkP+kc16vr1tGqiYaJOZn49KVxsbbCC6QkAm/Hej1rUMH1kivd5rRomUI2 t0jlzeRydSGjg== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4XWdB84mg0z6twq; Sun, 20 Oct 2024 14:32:32 +0200 (CEST) In-Reply-To: <3a694658-9184-4c45-ac17-6e6083a21517@7d.nz> Received-SPF: pass client-ip=185.67.36.65; envelope-from=yantar92@posteo.net; helo=mout01.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham 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+geo-emacs-orgmode=m.gmane-mx.org@gnu.org Original-Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.orgmode:163672 gmane.emacs.devel:324686 Archived-At: Phil Estival writes: >>> ob-sql-session : >>> - handle large results >>> - has :results tables >>> - accept header variables (:var) >>> - accept sql client shell commands >>> - keep login parameters >>> - prompt only for blank connection parameters >>> - can use `with-environment-variables' >>> - provide some more tests Have you considered integrating it into ob-sql itself? If not, what are the obstacles? -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at . Support Org development at , or support my work at