emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Bug: [Babel] sqlite if: End of file during parsing


From: Eric Schulte
Subject: Re: [O] Bug: [Babel] sqlite if: End of file during parsing
Date: Sat, 18 Feb 2012 14:51:29 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.93 (gnu/linux)

Philip Rooke <address@hidden> writes:

> Eric Schulte <address@hidden> writes:
>
>> Does the following work with the addition of ":results scalar"?
>
> Yes, there is no error although the format of the result is different to
> the one database line query or the equivalent shell command.  This is
> what happens for me:
>
> #+begin_src sqlite :db ob-bug.db :results output scalar
>   select f_name || " " || l_name from person;
> #+end_src
>
> #+results:
> : "Joe Bloggs"
> : "Fred Smith"
>

Hi Phil,

Thanks for the detailed reproduction information in your original email,
it made this issue much easier to solve.  I've just pushed up a fix,
please let me know if the problem continues.

Best,

-- 
Eric Schulte
http://cs.unm.edu/~eschulte/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]