unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
From: Thien-Thi Nguyen <ttn@gnuvola.org>
To: guile-sources@gnu.org
Cc: guile-user@gnu.org
Subject: Guile-PG 0.46 available
Date: Thu, 14 Mar 2013 15:56:40 +0100	[thread overview]
Message-ID: <87li9qvxlj.fsf@zigzag.favinet> (raw)

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

release notes:

  Bugfix + updated planned retirements.

  thi

README excerpt:

  Guile-PG is a collection of modules for Guile allowing access to
  the PostgreSQL RDBMS from Scheme programs.

  The low-level module ‘(database postgres)’ provides an almost
  one-to-one correspondence with the PostgreSQL "libpq" C library
  interface.  Other higher-level modules, typically named
  ‘(database postgres-FOO)’, provide abstractions and convenience
  procedures.

  This is alpha code (pre 1.0 release), tested with various, but
  not all, versions of Guile and PostgreSQL.  It may have bugs,
  and the interfaces may change from version to version.

NEWS excerpt:

  - 0.46 | 2013-03-14

    - bugfix: handle connection options w/o "backup" env var

        Previously, ‘pg-conndefaults’ expected every option to have a
        backup env var (e.g., option ‘#:host’ and env var ‘PGHOST’).
        For later versions of PostgreSQL which no longer maintain this
        1:1 correspondance, Guile-PG would segfault.

        Now, in such cases, the value associated w/ the key ‘#:envvar’
        in the alist returned by ‘pg-conndefaults’ is ‘#f’.

    - planned retirement
      - procedure ‘(database postgres) pg-getline’
      - procedure ‘(database postgres) pg-getlineasync’
      - procedure ‘(database postgres) pg-putline’
      - procedure ‘(database postgres) pg-endcopy’

        These procedures are obsoleted by ‘pg-get-copy-data’ and
        ‘pg-put-copy-data’.  They WILL BE REMOVED by 2013-12-31.

        Actually, the first two were originally -- in Guile-PG 0.41
        (2011-09-29) -- planned to be removed by 2012-12-31.
        Support has been extended for solidarity w/ the latter two.

    - bootstrap tools upgraded
      - GNU Texinfo 5.1

tarball and its detached signature in dir:

  http://download.savannah.gnu.org/releases/guile-pg/

homepage:

  http://www.nongnu.org/guile-pg/

--
Thien-Thi Nguyen
GPG key: 4C807502

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

                 reply	other threads:[~2013-03-14 14:56 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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.gnu.org/software/guile/

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

  git send-email \
    --in-reply-to=87li9qvxlj.fsf@zigzag.favinet \
    --to=ttn@gnuvola.org \
    --cc=guile-sources@gnu.org \
    --cc=guile-user@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.
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).