Re: Oracle Backend on SBCL
Kevin Rosenberg <kevin-HJRc7zDS/[email protected]>
| Newsgroups | gmane.lisp.clsql.devel |
|---|---|
| Message-ID | <[email protected]> |
James Bielman wrote: > Thanks for this suggestion, I did try older versions but I didn't go > back far enough; it did work for me in 0.8.15. After this I had a > hunch that the problem was due to :SB-UNICODE, and indeed, in a recent > SBCL without :SB-UNICODE I can connect just fine. Thanks for the info. Multibyte character support in uffi/clsql is quite limited. From time to time, small amounts of support have been added when people have run into roadblocks (such as what you seem to be encountering). I don't currently have an oracle server running for testing, but I'd be very happy to consider any patches for sb-unicode/clsql-oracle that you might come up with. Kevin