I am for leaving it to the users discretion as to weather or not they
have Org installed. I think if anyone out there wants to open an .org
file, more than likely, they know what it is and how to get it. If not
there is a plethora of information out there to point them in the right
direction.
Aft
Absolutely.
Thanks,
Micah
>From f7c71428981a5f7c0ff5ee44fcecf7003c340813 Mon Sep 17 00:00:00 2001
From: madhat2r
Date: Sat, 3 Dec 2016 09:33:13 -0600
Subject: [PATCH] add sqsh engine and ORG-NEWS entry
---
etc/ORG-NEWS | 17
lisp/ob-sql.el |
Thanks Nicolas.
I went ahead and set up a public branch for these changes.
I added ORG-NEWS entry, and some other minor changes in the commentary
of ob-sql.el.
https://github.com/madhat2r/org-mode/tree/feature/babel-sqsh-engine
-Micah
On Dec 03 at 09:08 AM, Nicolas Goaziou said thus:
> He
(with-temp-buffer
(cond
-((memq (intern engine) '(dbi mysql postgresql))
+((memq (intern engine) '(dbi mysql postgresql sqsh))
;; Add header row delimiter after column-names header in first line
(cond
(colnames-p
@@ -239,7 +262,12 @@ SET
ob-sql-el: Add support for `sqsh' as an SQL engine
TINYCHANGE
1 file changed, 41 insertions(+), 10 deletions(-)
ob-sql.el | 51 +--
modified ob-sql.el
@@ -116,6 +116,17 @@ SQL Server on Windows and Linux platform."
(when