Re: SBCL-specific code in db-odbc/odbc-api.lisp

Kevin Rosenberg <kevin-HJRc7zDS/[email protected]> Sat, 23 Oct 2010 16:26:21 -0600
Newsgroups gmane.lisp.clsql.general
Message-ID <[email protected]>
On Oct 21, 2010, at 5:01 AM, Daniel Brunner wrote:
> unlikely to run on other implementations. Am I right and how could this
> perhaps be patched to run on other implementations?

You're right. The fix would be to change sb-ext: to uffi: to take
advantage of UFFI's relatively new octets-to-string function.

Kevin