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