Re: clsql-sys::|view-class-slot-autoincrement-sequence|
Kevin Rosenberg <kevin-HJRc7zDS/[email protected]> Thu, 28 Mar 2013 20:02:41 -0600
| Newsgroups | gmane.lisp.clsql.general |
|---|---|
| Message-ID | <[email protected]> |
On Mar 27, 2013, at 7:22 PM, Ben Hyde <[email protected]> wrote: > I see now that my slime init was setting *print-case* to :downcase. Which presumably clsql found to be inappropriate. (fyi that code is in compute-effective-slot-definition ). One of the complexities in CLSQL is supporting Allegro's "modern" case-sensitive mode. That's why CLSQL preserves the case when the symbol is interned. There may be other issues lurking with CLSQL and *print-case* bound to :downcase.