emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Alain Clément" <alain.clement@unil.ch>
To: Eric Schulte <schulte.eric@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Babel sql code block issue and patch proposal
Date: Thu, 3 Mar 2011 20:34:15 +0100	[thread overview]
Message-ID: <AANLkTi=_S5P7G4oVa6xxjGZ5xqUktaF0-2c98Aq9Lt9A@mail.gmail.com> (raw)
In-Reply-To: <87sjv4pcwf.fsf@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 2646 bytes --]

Hi Eric,

Thanks for your prompt answer! Actually, it doesn't work since mysql
interprets backslashes as options, even between quotes. The value of my
`org-babel-temporary-directory' is
"/var/folders/9E/9EMu+g0oHBSrq-h9sX6i1U+++TM/-Tmp-/babel-86766893", but
"+"'s are escaped with a backslash at some stage.

Thanks,
- Alain

2011/3/3 Eric Schulte <schulte.eric@gmail.com>

> Hi Alain,
>
> Does the following alternative fix work for you?
>
> #+begin_src diff
>  Changes in HEAD
>          Modified lisp/ob-sql.el
>  diff --git a/lisp/ob-sql.el b/lisp/ob-sql.el
>  index 364070e..604d444 100644
>  --- a/lisp/ob-sql.el
>  +++ b/lisp/ob-sql.el
>  @@ -71,7 +71,7 @@ This function is called by
> `org-babel-execute-src-block'."
>                                        (or cmdline "")
>                                        (org-babel-process-file-name
> in-file)
>                                        (org-babel-process-file-name
> out-file)))
>  -                    ('mysql (format "mysql %s -e \"source %s\" > %s"
>  +                    ('mysql (format "mysql %s -e 'source %s' > %s"
>                                       (or cmdline "")
>                                      (org-babel-process-file-name in-file)
>                                      (org-babel-process-file-name
> out-file)))
> #+end_src
>
> Also, just out of curiosity would you mind sharing an example result of
> `org-babel-temporary-directory' which contains backslashes?
>
> Thanks -- Eric
>
> Alain Clément <alain.clement@unil.ch> writes:
>
> > Hi everyone,
> >
> > The =org-babel-temp-file= string seems to be escaped with backslashes on
> > some platforms (like MacOSX), which is not very appreciated by the =mysql
> > -e= command. I suggest the following patch for =ob-sql.el= (Org-mode
> Version
> > 7.4 (release_7.4.590.g85d4d)):
> >
> > 74c74
> > <                     ('mysql (format "mysql %s < %s > %s"
> > ---
> >>                     ('mysql (format "mysql %s -e \"source %s\" > %s"
> >
> > Best regards,
> > -- Alain
> >
> > --
> >
> >
> >
> > Alain Clément
> > Dr ès sc. mathématiques
> >
> > Université de Lausanne
> > Quartier UNIL-Centre
> > Bâtiment Unicentre
> > Bureau 339
> > CH-1015 Lausanne
> >
> > T. +41 21 692 20 36 (direct)
> > T. +41 21 692 20 60 (secrétariat)
> >
> > alain.clement@unil.ch
>



-- 



Alain Clément
Dr ès sc. mathématiques

Université de Lausanne
Quartier UNIL-Centre
Bâtiment Unicentre
Bureau 339
CH-1015 Lausanne

T. +41 21 692 20 36 (direct)
T. +41 21 692 20 60 (secrétariat)

alain.clement@unil.ch

[-- Attachment #2: Type: text/html, Size: 3893 bytes --]

  reply	other threads:[~2011-03-03 19:34 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-03 11:23 Babel sql code block issue and patch proposal Alain Clément
2011-03-03 13:11 ` Eric Schulte
2011-03-03 19:34   ` Alain Clément [this message]
2011-03-03 19:51     ` Eric Schulte
2011-03-07  9:15       ` Alain Clément
2011-03-07 15:33         ` Eric Schulte
2011-03-07 16:24           ` Alain Clément

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='AANLkTi=_S5P7G4oVa6xxjGZ5xqUktaF0-2c98Aq9Lt9A@mail.gmail.com' \
    --to=alain.clement@unil.ch \
    --cc=emacs-orgmode@gnu.org \
    --cc=schulte.eric@gmail.com \
    /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).