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
"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
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
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
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:
,
|
Hi,
Sebastien Vauban wrote:
> #+BABEL: :engine msosql :cmdline -S -U -P -d
> -n -w 700
Where is the :engine directive documented?
Cheers,
Viktor
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
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
>
#+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).