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

2012-02-19 Thread Philip Rooke
Eric Schulte writes: > > 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. Eric, seems to work perfectly now. Thank you so much for your help. Phil

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

2012-02-18 Thread Eric Schulte
Philip Rooke writes: > Eric Schulte 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

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

2012-02-15 Thread Philip Rooke
Eric Schulte 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 ou

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

2012-02-15 Thread Eric Schulte
Does the following work with the addition of ":results scalar"? #+begin_src sqlite :db ob-bug.db :results output scalar select f_name || " " || l_name from person; #+end_src If so could you send me the contents of the results block? It appears that ob-sqlite is choking trying to parse the resu

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

2012-02-15 Thread Philip Rooke
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list. -