From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xavier Maillard Subject: Re: [PATCH] lisp/ob-sql.el: add support for :dbport parameter Date: Tue, 07 Apr 2015 06:49:27 +0200 Message-ID: <86mw2kee5k.fsf@kcals2.maillard.im> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57497) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YfLSC-0000zB-Bx for emacs-orgmode@gnu.org; Tue, 07 Apr 2015 00:49:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YfLS7-0006VW-Cn for emacs-orgmode@gnu.org; Tue, 07 Apr 2015 00:49:36 -0400 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:36828) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YfLS7-0006UK-1S for emacs-orgmode@gnu.org; Tue, 07 Apr 2015 00:49:31 -0400 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 42A90206E5 for ; Tue, 7 Apr 2015 00:49:25 -0400 (EDT) In-reply-to: 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Saulius =?utf-8?Q?Menkevi=C4=8Dius?= Cc: emacs-orgmode@gnu.org Saulius Menkevičius writes: > This (tiny) patch implements ability to set dbport for org-babel sql > functionality. I often use ssh port forwarding to connect to remote > mysql servers where port is mapped to non-standard one on local machine. > > This is my first patch, below the 15 line threshold. Seems good AFAICS. Do you often use orgmode, BABEL and sql all together ? (just curious as I am a DBA in real life). -- Xavier.