From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Schulte Subject: Re: Bug: [Babel] sqlite if: End of file during parsing Date: Sat, 18 Feb 2012 14:51:29 -0700 Message-ID: <8762f3n732.fsf@gmx.com> References: <874nust1tu.fsf@gmx.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:49541) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RysBx-0005Hj-L1 for emacs-orgmode@gnu.org; Sat, 18 Feb 2012 16:51:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RysBw-0008LO-DT for emacs-orgmode@gnu.org; Sat, 18 Feb 2012 16:51:41 -0500 Received: from mailout-us.gmx.com ([74.208.5.67]:40518) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1RysBw-0008LI-65 for emacs-orgmode@gnu.org; Sat, 18 Feb 2012 16:51:40 -0500 In-Reply-To: (Philip Rooke's message of "Wed, 15 Feb 2012 20:21:46 +0000") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Philip Rooke Cc: emacs-orgmode@gnu.org, 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_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/