ts implementation. I did some basic
tests to ensure I didn't break anything.
Regards,
Steven Rémot
>From b4584bddcc66046836c4029ab992bd8b8ed347ce Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Steven=20R=C3=A9mot?=
Date: Sat, 20 Sep 2014 15:02:36 +0200
Subject: [PATCH 1/2] ob-sql.el: Enhanc
postgresql engine. This allows to abstract
postgresql login details instead of sending parameters in a
psql-specific format using :cmdline argument.
I am still at your service for any comment on the code.
Regards,
Steven Rémot
>From 6ad99759a16c8b6f9decfb8ea90c84e7a1c18fdc Mon Sep 17 00:00:00 200
when it is done.
Thank you for the clarification!
Regards,
Steven Rémot
Le 09/08/2014 02:38, Thomas S. Dye a écrit :
Aloha Steven,
Steven Rémot writes:
Hi,
I did some changes to support :dbname, :dbhost and :database in SQL
code blocks when using postgresql engine.
Even if it was possible to specify this information using :cmdline
parameter, I thought it was a
command line.
I will gladly accept any remark / comment on this patch.
Regards,
Steven Rémot
>From 6ad99759a16c8b6f9decfb8ea90c84e7a1c18fdc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Steven=20R=C3=A9mot?=
Date: Fri, 8 Aug 2014 21:49:44 +0200
Subject: [PATCH] ob-sql.el: Enhance postgresql supp