emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Nick Dokos <ndokos@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Re: SQL support in Babel
Date: Thu, 20 Nov 2014 23:35:50 -0500	[thread overview]
Message-ID: <87wq6pdvbt.fsf@pierrot.dokosmarshall.org> (raw)
In-Reply-To: 87vbm9hp5j.fsf@net82.ceos.umanitoba.ca

Seb <spluque@gmail.com> writes:

> Hi,
>
> The last code block in ob-doc-sql¹ suggests I should be able to place a
> number of #+HEADER lines above my SQL source code to specify the
> connection string.  I am trying to connect to a remote PostgreSQL
> server, and after lots of experimentation, the only way this works for
> me is to have a single #+HEADER line with a :cmdline with the entire
> connection string.  All the other header arguments (:database, :dbuser,
> etc.), whether in separate lines or in a single one, seem to be
> completely ignored.  Using Org 8.2.10 and Emacs 24.4.1 from Debian Sid
> packages.  Is this a problem with this version combination, or does the
> functionality of the header arguments depend on the engine being used?
> Thanks.
>
>
> +--- Footnotes ---+
> ¹ http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-sql.html

FWIW, the following worked fine for me:

#+name: my-query
#+header: :engine postgresql
#+header: :dbhost <host>
#+header: :dbuser <user>
#+header: :dbpassword <password>
#+header: :database sheetmusic
#+begin_src sql
  SELECT id, creator, title, category, boxnumber FROM music
  WHERE id > 300;
#+end_src

#+RESULTS: my-query
| # -*- coding: utf-8 -*- |         |                                                                   |           |           |
|                      id | creator | title                                                             | category  | boxnumber |
|-------------------------+---------+-------------------------------------------------------------------+-----------+-----------|
|                     387 |      92 | Lullay my Liking                                                  | Christmas |       101 |
|                     397 |     303 | Te Deum in B minor                                                | General   |       314 |
| ...

GNU Emacs 24.4.50.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.10.9) of 2014-08-11
Org-mode version 8.3beta (release_8.3beta-559-g43ca1f @ /home/nick/elisp/org-mode/lisp/)

-- 
Nick

      reply	other threads:[~2014-11-21  4:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-20 15:23 SQL support in Babel Seb
2014-11-21  4:35 ` Nick Dokos [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87wq6pdvbt.fsf@pierrot.dokosmarshall.org \
    --to=ndokos@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).