From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id UPjnGjhzxmNSYAEAbAwnHQ (envelope-from ) for ; Tue, 17 Jan 2023 11:06:48 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id GJQbGjhzxmNbPQAAG6o9tA (envelope-from ) for ; Tue, 17 Jan 2023 11:06:48 +0100 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 48326127B3 for ; Tue, 17 Jan 2023 11:06:48 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pHirL-0005GN-AF; Tue, 17 Jan 2023 05:06:29 -0500 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 1pHirB-0005Fx-Iv for emacs-orgmode@gnu.org; Tue, 17 Jan 2023 05:06:19 -0500 Received: from mout02.posteo.de ([185.67.36.66]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pHir1-0004KT-KH for emacs-orgmode@gnu.org; Tue, 17 Jan 2023 05:06:13 -0500 Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id 653DC2402C4 for ; Tue, 17 Jan 2023 11:06:02 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1673949965; bh=cBbplOzQwYYOAHLSMh4MmAyqeZUZqgUHIgv4A14VW2w=; h=From:To:Cc:Subject:Date:From; b=c6CmNGW+kvR1iyUjto1Gr2a0Bmm59a29y9j1t46Pp4MSspjaV6HceMNw4SxGBlZ0C nIFWfQG+5LE8bF4wTEylQPHnn22mxEcN1fLfGA1ErfjyfjfKsPz2jL/WsF6SuHmJTY MZO5IKSBnL+0ugmW6p6dRmFSiIunHlyPLX5+i7+ErXpMTvebEuTVHJyiS/JH4Qot/N YL2pzMXmTQKhSkc1HDIeZcaqTZ4li4M8QlVyzGjwbUepBFuwtn4mITpsQs6Lm2SXAC 9MqH6Lug8K95TtRga3gjNhO2Ul9Ko3sK2tkHDeyxaeBern8Zjzb19PvdGz/6Mm0Bl/ 15S7y2pwW6qbg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4Nx4KP5dylz9rxQ; Tue, 17 Jan 2023 11:06:01 +0100 (CET) From: Ihor Radchenko To: Daniel Kraus , Bastien , Timothy Cc: Tim Cross , emacs-orgmode@gnu.org, Richard Stallman Subject: Supporting non-free SQL clients in ob-sql (was: [PATCH] ob-sql: Add support for Athena) In-Reply-To: <87o7qxmr6y.fsf@kraus.my> References: <874jsqbvfq.fsf@kraus.my> <87358an35i.fsf@localhost> <63c5b8db.170a0220.e466f.2573@mx.google.com> <87o7qxmr6y.fsf@kraus.my> Date: Tue, 17 Jan 2023 10:06:31 +0000 Message-ID: <87fsc9iifs.fsf@localhost> MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=185.67.36.66; envelope-from=yantar92@posteo.net; helo=mout02.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_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=unavailable 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-TUID: aqZemm3tmjCI Daniel Kraus writes: > Tim Cross writes: > >> I think you run a high risk of running into GNU policy issues wrt >> licensing and free software support given this is a cleint for an AWS >> only database. > > Is it because it's cloud only or because it's proprietary? Both. For cloud, see https://www.gnu.org/philosophy/who-does-that-server-really-serve.html (we can have cloud service support, but only those that are not unjust) > Because we already support Orcale, SAP Hana, MSSql and Vertico for example. We probably should not. Ideally, we need universal SQL cli support and then move all non-free clients to external packages. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at . Support Org development at , or support my work at