On Fri, 2007-03-23 at 14:09 +0100, Edi Weitz wrote: > On Fri, 23 Mar 2007 07:30:38 -0400, Ian Eslick <[EMAIL PROTECTED]> wrote: > > > The SQLite problem is a known one. There is some initialization > > problem that causes this error - however it is only when creating > > the DB. Once you've created it, and restart the tests, it should > > work. I haven't had the time to track this down and Robert has been > > busy. > > I looked at this a bit and I believe this happens because you > establish two different connections to the database and mix calls to > SELECT between those two.
This is surprising to me; I don't think we have two connections open. When I was investigating this issue, in fact it seemed that SQLite3 was throwing an exception to notify that the schema had changed after the table adds, and that CL- SQL, probably erroneously, was treating this as a full error rather than as a warning. I will attempt to verify this when I have time; I have been out of town and have my kids with me for the rest of tonight. I'm assuming this refers to the errors that one has when first creating a SQLite3 database, correct? > _______________________________________________ > elephant-devel site list > elephant-devel@common-lisp.net > http://common-lisp.net/mailman/listinfo/elephant-devel
_______________________________________________ elephant-devel site list elephant-devel@common-lisp.net http://common-lisp.net/mailman/listinfo/elephant-devel