Re: LIST-TABLES problem on LispWorks

"Bill Atkins" <[email protected]> Sun, 13 Aug 2006 00:54:48 -0400
Newsgroups gmane.lisp.clsql.devel
Message-ID <[email protected]>
Unfortunately, the problem is still there.  I've also discovered that
this doesn't happen on SBCL (with 3.6.3, at least), so I don't think
there's a problem with the metadata code:

AUTOFLEET> (list-tables :owner "autofleet-test")
("reservations" "customers" "users")

Bill

On 8/12/06, Kevin Rosenberg <kevin-HJRc7zDS/[email protected]> wrote:
> Bill Atkins wrote:
> > AFLEET 12 > (list-tables)
> > ("" "" "")
> > [...]
> > I'm running CLSQL 3.6.3 (the latest) and Postgresql 8.1 (through the
> > FFI interface).  I have LispWorks 5.0 Professional for 32-bit Linux.
>
> I haven't tested CLSQL on PSQL 8.1, so they're a fair chance the
> metadata differs from 7.x. I'm currently working on trying to handle
> an issue with pg_roles table being present on 8.x vs. not in 7.x.
>
> I'll be releasing v3.6.5 later today which should work better with
> 8.x, but I don't know if it'll fix the error you're seeing.
>
> --
> Kevin Rosenberg
> [email protected]
>
>


-- 
Bill Atkins