Re: [O] patch for support of oracle/sqlplus - please review

2013-11-05 Thread Bastien
Hi Subhan, Subhan Tindall writes: > This patch adds support for oracle databases in code blocks using sqlplus. > Strictly speaking all that is necessary is the addition of the .sql > extension to in-file-name, however I also included header line > specification of dbuser, dbpassword, and dbhost

[O] patch for support of oracle/sqlplus - please review

2013-10-09 Thread Subhan Tindall
This patch adds support for oracle databases in code blocks using sqlplus. Strictly speaking all that is necessary is the addition of the .sql extension to in-file-name, however I also included header line specification of dbuser, dbpassword, and dbhost diff --git a/lisp/ob-sql.el b/lisp/ob-sql.e