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
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