LIST-TABLES problem on LispWorks
"Bill Atkins" <[email protected]> Sat, 12 Aug 2006 16:31:26 -0400
| Newsgroups | gmane.lisp.clsql.devel |
|---|---|
| Message-ID | <[email protected]> |
LIST-TABLES appears to be broken for me. I was originally noticing
problems with TABLE-EXISTS-P and DROP-VIEW-FROM-CLASS - the former
would claim that a table didn't exist when it did, and the latter
would (according to the SQL log and psql) never actually send a DROP
TABLE command.
This is because LIST-TABLES gives me this output:
AFLEET 12 > (list-tables)
("" "" "")
(i don't know how this will work through e-mail, but each of those
characters are caret-A's).
Those are certainly not what the tables are actually called; they're
"reservations", "customers", and "users".
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.
--
Bill Atkins