Re: [O] [babel] Verbatim output from SQL command

2011-10-20 Thread Sebastien Vauban
Hi Eric, Eric Schulte wrote: > "Sebastien Vauban" writes: >> Eric Schulte wrote: Babel seems to interpret every *leading space* as *one empty column*. Normal, feature, bug? Is there some workaround to this? I thought stating "scalar" would really completely override any i

Re: [O] [babel] Verbatim output from SQL command

2011-10-19 Thread Eric Schulte
"Sebastien Vauban" writes: > Hi Eric, > > Eric Schulte wrote: >>> Babel seems to interpret every *leading space* as *one empty column*. >>> Normal, feature, bug? >>> >>> Is there some workaround to this? I thought stating "scalar" would really >>> completely override any interpretation... >> >> I

Re: [O] [babel] Verbatim output from SQL command

2011-10-19 Thread Sebastien Vauban
Hi Viktor and Nick, Nick Dokos wrote: > Viktor Rosenfeld wrote: >> Sebastien Vauban wrote: >> >> > #+BABEL: :engine msosql :cmdline -S -U -P -d >> > -n -w 700 >> >> Where is the :engine directive documented? > > The only place I know of is lisp/ob-sql.el - there is support for the > fol

Re: [O] [babel] Verbatim output from SQL command

2011-10-19 Thread Viktor Rosenfeld
Cool, thanks! Nick Dokos wrote: > Viktor Rosenfeld wrote: > > > Hi, > > > > Sebastien Vauban wrote: > > > > > #+BABEL: :engine msosql :cmdline -S -U -P -d > > > -n -w 700 > > > > Where is the :engine directive documented? > > > > The only place I know of is lisp/ob-sql.el - there is

Re: [O] [babel] Verbatim output from SQL command

2011-10-19 Thread Nick Dokos
Viktor Rosenfeld wrote: > Hi, > > Sebastien Vauban wrote: > > > #+BABEL: :engine msosql :cmdline -S -U -P -d > > -n -w 700 > > Where is the :engine directive documented? > The only place I know of is lisp/ob-sql.el - there is support for the following engines currently: , |

Re: [O] [babel] Verbatim output from SQL command

2011-10-19 Thread Viktor Rosenfeld
Hi, Sebastien Vauban wrote: > #+BABEL: :engine msosql :cmdline -S -U -P -d > -n -w 700 Where is the :engine directive documented? Cheers, Viktor

Re: [O] [babel] Verbatim output from SQL command

2011-10-19 Thread Sebastien Vauban
Hi Eric, Eric Schulte wrote: >> Babel seems to interpret every *leading space* as *one empty column*. >> Normal, feature, bug? >> >> Is there some workaround to this? I thought stating "scalar" would really >> completely override any interpretation... > > I've just pushed up a fix which should res

Re: [O] [babel] Verbatim output from SQL command

2011-10-18 Thread Eric Schulte
Hi Seb, I've just pushed up a fix which should resolve this issue. Best -- Eric "Sebastien Vauban" writes: > #+BABEL: :engine msosql :cmdline -S -U -P -d > -n -w 700 > > * Show code of stored procedure > > Despite telling Babel that I'd like to see the output as it is, it displays it >

[O] [babel] Verbatim output from SQL command

2011-10-18 Thread Sebastien Vauban
#+BABEL: :engine msosql :cmdline -S -U -P -d -n -w 700 * Show code of stored procedure Despite telling Babel that I'd like to see the output as it is, it displays it in a 4-column table. See http://i.imgur.com/neDO3.png for the original layout in SQL Query Analyser (1 column, 34 lines).