Re: Oracle Backend on SBCL
James Bielman <[email protected]>
| Newsgroups | gmane.lisp.clsql.devel |
|---|---|
| Message-ID | <[email protected]> |
Kevin Rosenberg <kevin-HJRc7zDS/[email protected]> writes: > I have tested with linux/x86 and oracle 9g and 10i with sbcl last > year and all was fine. > > Do you have earlier versions of SBCL you can test with? If those > earlier versions work for you, sounds like something have changed in > the FFI of SBCL that UFFI/clsql-oracle is not properly handling. 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. I'll poke around and try to figure out what's going on but so far I haven't seen anything obvious. James