Re: [O] patch for ob-sql.el: improve MySQL header formatting, and add db spec header vars

2013-02-03 Thread Eric Schulte
Gary Oberbrunner ga...@oberbrunner.com writes: Here's a better version of this patch, which also adds support for :colnames, which I needed. And it adds some doc about what header args are used. * add a header-row delimiter to the tables returned from mysql * adds new sql-specific header

[O] patch for ob-sql.el: improve MySQL header formatting, and add db spec header vars

2013-02-01 Thread Gary Oberbrunner
Let me know if this would be better as a pull request. This patch does three things: * add a header-row delimiter to the tables returned from mysql * adds new sql-specific header args for the database connection, and implements them for mysql * (minor) adds an edebug spec to

Re: [O] patch for ob-sql.el: improve MySQL header formatting, and add db spec header vars

2013-02-01 Thread Gary Oberbrunner
Here's a better version of this patch, which also adds support for :colnames, which I needed. And it adds some doc about what header args are used. * add a header-row delimiter to the tables returned from mysql * adds new sql-specific header args for the database connection, and implements