Re: Lispworks 6.0 and clsql-sqlite3
Kevin Rosenberg <kevin-HJRc7zDS/[email protected]>
| Newsgroups | gmane.lisp.clsql.general |
|---|---|
| Message-ID | <[email protected]> |
On Mar 21, 2010, at 7:48 AM, Ala'a wrote: > I've been porting part of a rails application to common-lisp. To do that > I've used LW Personal Edition 5.1 to see how it will go for converting > rails models into clsql view classes. It worked and I could play with > select and the inspector and the objects. Now I'm trying > to load the same code in LW Professional 6.0 but the results of select > shows a cryptic letters - something get mangled in the way. I'm using > clsql-4.3.1 snapshot from the git repository and uffi-1.6.2. The > database is sqlite3. Lispworks 6 support required changes in both CLSQL and UFFI. You'll need to upgrade to versions released within the last 2 months in order to use Lispworks 6. Kevin