Re: Oracle support doesn't compile
Carlos Konstanski <[email protected]>
| Newsgroups | gmane.lisp.clsql.general |
|---|---|
| Message-ID | <[email protected]> |
Am 03.03.2010 14:47, schrieb Nathan Bird: > On 3/3/2010 1:15 PM, Carlos Konstanski wrote: >> I just installed the latest 5.x version of CLSQL. I was excited to see the >> unicode support in action, which would fix a long-standing bug in one of my >> Oracle apps. However, oracle-sql.lisp does not compile. Output below. >> >> Carlos >> >> ; file: /usr/share/common-lisp/source/clsql/db-oracle/oracle-sql.lisp >> ; >> ; caught ERROR: >> ; Required argument is not a symbol: (EOF-ERRORP T) >> _______________________________________________ >> > > I (think I) fixed that; it looks like the &optional got spuriously > dropped somewhere. > > I also added a missing encoding argument where it looked like it should > be. I can now compile that file with no warnings, but I don't have an > oracle installation I can test with. > > Can you pull from git master and see if it works? > git clone git://git.b9.com/clsql.git It works! Thank you. Carlos