<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.3.2">
</HEAD>
<BODY>
On Fri, 2007-03-23 at 14:09 +0100, Edi Weitz wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
<FONT COLOR="#000000">On Fri, 23 Mar 2007 07:30:38 -0400, Ian Eslick <<A HREF="mailto:eslick@csail.mit.edu">eslick@csail.mit.edu</A>> wrote:</FONT>

<FONT COLOR="#000000">> The SQLite problem is a known one.  There is some initialization</FONT>
<FONT COLOR="#000000">> problem that causes this error - however it is only when creating</FONT>
<FONT COLOR="#000000">> the DB.  Once you've created it, and restart the tests, it should</FONT>
<FONT COLOR="#000000">> work.  I haven't had the time to track this down and Robert has been</FONT>
<FONT COLOR="#000000">> busy.</FONT>

<FONT COLOR="#000000">I looked at this a bit and I believe this happens because you</FONT>
<FONT COLOR="#000000">establish two different connections to the database and mix calls to</FONT>
<FONT COLOR="#000000">SELECT between those two.</FONT>
</PRE>
</BLOCKQUOTE>
<BR>
This is surprising to me; I don't think we have two connections open.<BR>
<BR>
When I was investigating this issue, in fact it seemed that SQLite3 was throwing an exception<BR>
to notify that the schema had changed after the table adds, and that CL-SQL, probably erroneously,<BR>
was treating this as a full error rather than as a warning.<BR>
<BR>
I will attempt to verify this when I have time; I have been out of town and have my kids with me <BR>
for the rest of tonight.<BR>
<BR>
I'm assuming this refers to the errors that one has when first creating a SQLite3 database, correct?<BR>
<BR>
<BR>
<BLOCKQUOTE TYPE=CITE>
<PRE>
<FONT COLOR="#000000">_______________________________________________</FONT>
<FONT COLOR="#000000">elephant-devel site list</FONT>
<FONT COLOR="#000000"><A HREF="mailto:elephant-devel@common-lisp.net">elephant-devel@common-lisp.net</A></FONT>
<FONT COLOR="#000000"><A HREF="http://common-lisp.net/mailman/listinfo/elephant-devel">http://common-lisp.net/mailman/listinfo/elephant-devel</A></FONT>
</PRE>
</BLOCKQUOTE>
</BODY>
</HTML>