[EMAIL PROTECTED] wrote:
Your previous changes left the ABC table in a different
state than what these latter tests expect to see.
Richard,
I don't think that is the case. I'm using the misc7.test file from CVS
head. A recent change to that file that appears prior to these failures
is the omission of test misc7-6.1.X on windows. However that is followed
by this block of code
sqlite3 db test.db
execsql {
DELETE FROM abc;
INSERT INTO abc VALUES(1, 2, 3);
INSERT INTO abc VALUES(2, 3, 4);
INSERT INTO abc SELECT a+2, b, c FROM abc;
}
which is putting only know values into the table abc. The table abc
isn't used again until the tests that fail, misc7-10 and misc7-11.
I haven't used the virtual table functions which these tests are testing
on Windows, so perhaps there is a fundamental problem with virtual
tables on windows, but I'd have thought someone would have let you know
about that long ago.
Dennis Cote
-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------