Re: clsql 5.1.1 with sqlite3 failing on OSX 64bit ccl - a BUGFIX?

Kevin Rosenberg <kevin-HJRc7zDS/[email protected]> Mon, 16 Aug 2010 11:29:26 -0600
Newsgroups gmane.lisp.clsql.general
Message-ID <[email protected]>
On Aug 5, 2010, at 6:37 PM, JT Klein wrote:
> It looks like problem is that uffi:convert-from-foreign-string is a 
> macro and the keyword arguments don't work at runtime, so 
> length/NIL-length and encoding/NIL-encoding
> all need special tests in the code:

Thanks, JT. I'll be releasing CLSQL 5.1.2 today with your patch.

Kevin