summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Schulte <eric.schulte@gmx.com>2012-02-18 09:26:02 -0700
committerEric Schulte <eric.schulte@gmx.com>2012-02-18 09:26:02 -0700
commite744db1ad1396380ee056f72f52190091738dcd4 (patch)
tree48f72855de703c80cb36b38c6ba00d956f276734
parent2d78957c5c63c6f7dc43732b7cda1c20835b3992 (diff)
downloadorg-mode-e744db1ad1396380ee056f72f52190091738dcd4.tar.gz
mention ob-sqlite in the comments of ob-sql
* lisp/ob-sql.el: Mention ob-sqlite in the comments of ob-sql.
-rw-r--r--lisp/ob-sql.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/ob-sql.el b/lisp/ob-sql.el
index 8e92635..32c3717 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