From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Clemente Subject: Re: sqlite3 in org-babel Date: Fri, 17 Feb 2012 00:14:21 +0100 Message-ID: <871upu4bhu.wl%n142857@gmail.com> References: <87r4y2e0qh.wl%n142857@gmail.com> <87d39gunxk.fsf@gmx.com> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from eggs.gnu.org ([140.186.70.92]:36953) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RyAWv-0001qM-Mr for emacs-orgmode@gnu.org; Thu, 16 Feb 2012 18:14:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RyAWu-0006WL-LG for emacs-orgmode@gnu.org; Thu, 16 Feb 2012 18:14:25 -0500 Received: from mail-ey0-f169.google.com ([209.85.215.169]:44214) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RyAWu-0006WH-FN for emacs-orgmode@gnu.org; Thu, 16 Feb 2012 18:14:24 -0500 Received: by eaag11 with SMTP id g11so1218460eaa.0 for ; Thu, 16 Feb 2012 15:14:23 -0800 (PST) In-Reply-To: <87d39gunxk.fsf@gmx.com> 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: Eric Schulte Cc: org-mode Mailinglist > Have you tried using a sqlite code block? See ob-sqlite.el I didn't notice there were both ob-sql and ob-sqlite. It would be useful to mention sqlite inside ob-sql. Perhaps they should be united? I still prefer ob-sql for sqlite because it lets me pass the parameter ":init /dev/null". That makes it NOT load my ~/.sqliterc (where I have a very verbose ".tables"). ob-sqlite does not have ":init" and therefore always stuffs that output into the results. > > Daniel Clemente writes: > > > Hi, > > org-babel works well with sqlite3 if you add this (which I propose for inclusion): > >