浏览代码

Merge branch 'origin-maint'

Eric Schulte 13 年之前
父节点
当前提交
ebfef5c0a5
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      lisp/ob-sql.el

+ 1 - 0
lisp/ob-sql.el

@@ -24,6 +24,7 @@
 ;;; Commentary:
 ;;; Commentary:
 
 
 ;; Org-Babel support for evaluating sql source code.
 ;; 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
 ;; SQL is somewhat unique in that there are many different engines for
 ;; the evaluation of sql (Mysql, PostgreSQL, etc...), so much of this
 ;; the evaluation of sql (Mysql, PostgreSQL, etc...), so much of this