![](https://secure.gravatar.com/avatar/2f7ec3b37425cf4e077e7ef376e451be.jpg?s=120&d=mm&r=g)
9 Dec
2005
9 Dec
'05
6:07 p.m.
Hi, Luis Oliveira wrote: This is clearly a bug in this clsql code. That should be (deref-pointer phdbc 'sql-handle), note the missing quote. Yaroslav, if you look at my UFFI-CLISP wrapper macros, you'll find an outcommented definition of def-foreign-function which is useful to compile and type-check UFFI types, without actually calling FFI functions. UFFI will widly accept quoted and unquoted types in many places, yet the documentation says otherwise. It's not a feature, it's a bug. Not knowing what gets evaluated and what not is a pain in macros. With that help, I checked all of clsql months ago (even the backends that I cannot run), and I thought I had all errors reported to Keven. Well, maybe not. Regards, Jörg Höhle