Re: [PATCH] Add support for prologue and epilogue in SQL code blocks

2021-09-25 Thread Bastien
Hi Rodrigo, Rodrigo Morales writes: > Apparently, A ">" character was accidentally inserted in the first line > of the patch. I'm attaching the patch again. Applied, thanks. Would you like to become the maintainer for ob-sql.el? It does not require you to actively contribute to it or to be

Re: [PATCH] Add support for prologue and epilogue in SQL code blocks

2021-07-03 Thread Rodrigo Morales
Apparently, A ">" character was accidentally inserted in the first line of the patch. I'm attaching the patch again. -- La información contenida en este e-mail y sus anexos es confidencial, privilegiada y está dirigida exclusivamente a su destinatario, en consecuencia, solo puede ser

[PATCH] Add support for prologue and epilogue in SQL code blocks

2021-07-03 Thread Rodrigo Morales
I'm creating this patch because the prologue and epilogue header arguments can be useful for SQL code blocks. For example, in PostgreSQL :prologue can be used for setting the schema name where operations are to be executed (see example below) #+BEGIN_SRC org * The foo schema :PROPERTIES: