Improvements to Org SQL support
commite2b17ccc52826416e6b53d48c180ffa71f8fccdf
authorGary Oberbrunner <garyo@genarts.com>
Tue, 5 Feb 2013 15:50:50 +0000 (5 10:50 -0500)
committerEric Schulte <schulte.eric@gmail.com>
Sat, 9 Feb 2013 21:11:45 +0000 (9 14:11 -0700)
tree3ff863b70fdba25708e8fcd319f04007a988a66f
parent7b62ae77b3bb70481ff0ebcdbf166e06b9ffec3b
Improvements to Org SQL support

 * add a header-row delimiter to the tables returned from mysql
 * add new sql-specific header args for the database connection, and implements them for mysql
 * add support for :colnames (mysql only)
 * (minor) add an edebug spec to org-babel-result-cond to allow edebugging through it
 * add some doc about what header args are used
lisp/ob-core.el
lisp/ob-sql.el