From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id ZJ0jIQxuxmOCBQEAbAwnHQ (envelope-from ) for ; Tue, 17 Jan 2023 10:44:44 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id WCViIAxuxmNTjAAA9RJhRA (envelope-from ) for ; Tue, 17 Jan 2023 10:44:44 +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 53F75AFF1 for ; Tue, 17 Jan 2023 10:44:44 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pHiVu-0000Cf-VW; Tue, 17 Jan 2023 04:44:19 -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 1pHiVj-0008UN-Il for emacs-orgmode@gnu.org; Tue, 17 Jan 2023 04:44:11 -0500 Received: from mout-p-102.mailbox.org ([80.241.56.152]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1pHiVh-0005QV-C0 for emacs-orgmode@gnu.org; Tue, 17 Jan 2023 04:44:07 -0500 Received: from smtp202.mailbox.org (smtp202.mailbox.org [10.196.197.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-102.mailbox.org (Postfix) with ESMTPS id 4Nx3qw27RQz9sWM; Tue, 17 Jan 2023 10:43:56 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kraus.my; s=MBO0001; t=1673948636; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=lwVhaX55TSoCH8thBEZyfHegNFdZXon4yL0ukfNOwsA=; b=m4FTA54k7wY9xwyw7kiBiODlY4XnZ0K1Iceo8QHeXnf7ZnPXwNw9SMI+NQBswr02t8Cesh xF9jOFqZ3+pppqFrhFvVTR2gT8DrG9dY2aFXY1HE11uC+oMv6t+fcICSwUEms0yYiOblpz FSnbX3pKkgb71tv/IIJrQqqVatwsfLWhBelZGz4eR+dQqeykkyskHQeliaevZdNwU1+y0/ PY4BOgwPgg4U/WA0j0rEDl1wf9Zczm4KnioxuQLXqekcvx6Zuvw9h7OQ31XGTwpDJpm/4v UdqINYvn9hHHIYLIvsQdr+12Wgz88GDUiwCLiJ28M/nGbDh6IiNADd9LXkXQnQ== References: <874jsqbvfq.fsf@kraus.my> <87358an35i.fsf@localhost> <63c5b8db.170a0220.e466f.2573@mx.google.com> From: Daniel Kraus To: Tim Cross Cc: Ihor Radchenko , emacs-orgmode@gnu.org Subject: Re: [PATCH] ob-sql: Add support for Athena Date: Tue, 17 Jan 2023 10:42:52 +0100 In-reply-to: <63c5b8db.170a0220.e466f.2573@mx.google.com> Message-ID: <87o7qxmr6y.fsf@kraus.my> MIME-Version: 1.0 Content-Type: text/plain Received-SPF: none client-ip=80.241.56.152; envelope-from=daniel@kraus.my; helo=mout-p-102.mailbox.org X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_NONE=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+larch=yhetil.org@gnu.org Sender: emacs-orgmode-bounces+larch=yhetil.org@gnu.org X-TUID: ckRlFGbYSQiW 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? Because we already support Orcale, SAP Hana, MSSql and Vertico for example. Cheers, Daniel