Re: [O] [PATCH] ob-sql: Add vertica engine

2017-03-31 Thread Nicolas Goaziou
Hello, Andreas Gerler writes: > actually I send my request to FSF after sending the patch. Great. > So I guess it's easier to ignore the patch until I finished signing > the papers. It's up to you. I can also apply the patch with the TINYCHANGE cookie (and the

Re: [O] [PATCH] ob-sql: Add vertica engine

2017-03-30 Thread Andreas Gerler
Hi Nicolas, actually I send my request to FSF after sending the patch. So I guess it's easier to ignore the patch until I finished signing the papers. I have another change sitting currently in my config. So long Andy > On 30. Mar 2017, at 12:44 PM, Nicolas Goaziou

Re: [O] [PATCH] ob-sql: Add vertica engine

2017-03-30 Thread Nicolas Goaziou
Hello, Andreas Gerler writes: > * lisp/ob-sql.el (org-babel-sql-dbstring-vertica): New function. > (org-babel-execute:sql): Add `vertica' engine. Thank you. If you haven't signed FSF papers yet, could you add TINYCHANGE at the end of the commit message? Also,

[O] [PATCH] ob-sql: Add vertica engine

2017-03-29 Thread Andreas Gerler
* lisp/ob-sql.el (org-babel-sql-dbstring-vertica): New function. (org-babel-execute:sql): Add `vertica' engine. Signed-off-by: Andreas Gerler --- lisp/ob-sql.el | 20 +++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/lisp/ob-sql.el