>> For me, this test from test/exists.test fails if both database
 >> connections are opened in WAL mode, that is if "PRAGMA journal_mode=WAL"
 >> is issued right after each DB is opened.
 >>
 >>    # TABLE objects.
 >>    #
 >>    do_test   {
 >>      sql1 { DROP TABLE IF EXISTS t1 }
 >>      sql2 { CREATE TABLE t1(x) }
 >>      sql1 { DROP TABLE IF EXISTS t1 }
 >>      sql2 { SELECT name FROM sqlite_master WHERE type = 'table' }
 >>    } {}

On 04/10/2011 04:12 PM, Ralf Junker wrote:
> The test passes well if I recreate the database file anew just prior to
> running it so it acts upon an empty database.

The [do_multiclient_test] is supposed to delete the database file
before running the script passed as the third argument (of which
this [do_test] is a part). So you're right, it is supposed to run
starting with an empty database.

Dan.

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to