From mboxrd@z Thu Jan 1 00:00:00 1970 From: pierre.techoueyres@free.fr Subject: Re: [PATCH] ob-sql.el: Improve Oracle connection and usage for ob-sql. Date: Tue, 13 Mar 2018 13:10:39 +0100 Message-ID: <41e6e480b15a62d62fa4696d3fb0690e@free.fr> References: <871sgt2fk3.fsf@killashandra.ballybran.fr> <87po488k1l.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50387) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1evilQ-0004bw-UC for emacs-orgmode@gnu.org; Tue, 13 Mar 2018 08:10:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1evilN-00041l-O4 for emacs-orgmode@gnu.org; Tue, 13 Mar 2018 08:10:44 -0400 Received: from smtp1-g21.free.fr ([2a01:e0c:1:1599::10]:59298) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1evilN-00041F-IW for emacs-orgmode@gnu.org; Tue, 13 Mar 2018 08:10:41 -0400 In-Reply-To: <87po488k1l.fsf@nicolasgoaziou.fr> 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.org@gnu.org Sender: "Emacs-orgmode" To: Nicolas Goaziou Cc: emacs-orgmode@gnu.org > Hello, Hello Nicolas, >=20 > pierre.techoueyres@free.fr (Pierre T=C3=A9choueyres) writes: >=20 >> Hello all Org's developpers, >> I would like to provide a small improvement to ob-sql : the=20 >> possibility to >> connect to an oracle database by using the alias defined in TNSNAMES=20 >> file. >>=20 >> The patch joined here try to achive this. It also improve (slightly)=20 >> the >> data fetching by removing unwanted trailing whitespaces provided by=20 >> the >> LINESIZE directive. >=20 > Thank you. >=20 > Have you signed FSF papers? Otherwise, you need to add TINYCHANGE at=20 > the > end of your message? Normally, I've done this some time ago for TRAMP and EMACS core (I=20 think). >=20 > Otherwise, it looks good. Would you mind adding an entry in ORG-NEWS > about it? >=20 Yes, I'll try to send a new patch soon. >=20 > Regards,