ob-sql.el: Clean mysql parameters generation
commite228cd1060dbc736493a114bb05b95d79a37bcff
authorSteven Rémot <steven.remot@gmail.com>
Sat, 20 Sep 2014 13:09:29 +0000 (20 15:09 +0200)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Sat, 20 Sep 2014 21:06:40 +0000 (20 23:06 +0200)
treebd2cb0db8a5452224cef267091272858f6008c6d
parente5e9fc974d3e1bb0e50b843f65d4f6689043574e
ob-sql.el: Clean mysql parameters generation

* lisp/ob-sql.el (dbstring-mysql): Rename function and tweak a bit its
  implementation
  (org-babel-execute:sql): Use new function name

Prefix `dbstring-mysql' function with the namespace "org-babel-sql" to
avoid name collisions.

Also replace the call to `remq' by `delq' because it is a bit more
efficient, and also to be consistent with
`org-babel-sql-dbstring-postgresql'.
lisp/ob-sql.el