From e744db1ad1396380ee056f72f52190091738dcd4 Mon Sep 17 00:00:00 2001 From: Eric Schulte Date: Sat, 18 Feb 2012 09:26:02 -0700 Subject: [PATCH] mention ob-sqlite in the comments of ob-sql * lisp/ob-sql.el: Mention ob-sqlite in the comments of ob-sql. --- lisp/ob-sql.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/ob-sql.el b/lisp/ob-sql.el index 8e92635bc..32c3717e7 100644 --- a/lisp/ob-sql.el +++ b/lisp/ob-sql.el @@ -24,6 +24,7 @@ ;;; Commentary: ;; Org-Babel support for evaluating sql source code. +;; (see also ob-sqlite.el) ;; ;; SQL is somewhat unique in that there are many different engines for ;; the evaluation of sql (Mysql, PostgreSQL, etc...), so much of this