chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] postgresql update


From: Mario Domenech Goulart
Subject: Re: [Chicken-users] postgresql update
Date: 29 Nov 2006 13:01:09 -0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4

On Wed, 29 Nov 2006 15:41:36 +0100 "felix winkelmann" <address@hidden> wrote:

> A user reported a problem with the postgresql egg
> that was caused by an old-style usage of "foreign-parse".
> I have updated the egg (2.0.10), but can't try it, since I
> have no postgresql installed.
> 
> Could someone try out the newest version and check
> whether it works?

I've made a very quick test and got the expected results.

I've used the following code:

    #!/usr/bin/csi -script
    
    (use postgresql)
    
    (let ((db (pg:connect '((dbname . "teste")))))
      (pp (pg:query-tuples "select * from nada" db))
      (pg:close db))


Best wishes,
Mario




reply via email to

[Prev in Thread] Current Thread [Next in Thread]