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: Philip Rooke
Subject: Re: [O] Bug: [Babel] sqlite if: End of file during parsing
Date: Wed, 15 Feb 2012 20:21:46 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.92 (darwin)

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"

Phil




reply via email to

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