Philip Rooke <p...@yax.org.uk> writes: > Eric Schulte <eric.schu...@gmx.com> 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/