Re: [sqlite] Assertion in Sqlite 3.7.x on Cygwin using WAL

2011-09-25 Thread Artyom Beilis
/ From: Richard Hipp d...@sqlite.org To: Artyom Beilis artyom...@yahoo.com; General Discussion of SQLite Database sqlite-users@sqlite.org Sent: Thursday, September 22, 2011 3:23 PM Subject: Re: [sqlite] Assertion in Sqlite 3.7.x on Cygwin using WAL 2011/9/21 Artyom

Re: [sqlite] Assertion in Sqlite 3.7.x on Cygwin using WAL

2011-09-23 Thread Artyom Beilis
artyom...@yahoo.com; General Discussion of SQLite Database sqlite-users@sqlite.org Sent: Thursday, September 22, 2011 3:23 PM Subject: Re: [sqlite] Assertion in Sqlite 3.7.x on Cygwin using WAL 2011/9/21 Artyom Beilis artyom...@yahoo.com While building with -DSQLITE_DEBUG it reports

[sqlite] Assertion in Sqlite 3.7.x on Cygwin using WAL

2011-09-22 Thread Artyom Beilis
Hello, This simple script: pragma journal_mode=wal; CREATE TABLE IF NOT EXISTS sessions (   sid varchar(32) primary key not null ); begin; INSERT OR REPLACE INTO sessions values('0123456789abcdef0123456789abcde1'); -- There it fails after insert or replace before commit commit; Fails on

Re: [sqlite] Assertion in Sqlite 3.7.x on Cygwin using WAL

2011-09-22 Thread Richard Hipp
2011/9/21 Artyom Beilis artyom...@yahoo.com While building with -DSQLITE_DEBUG it reports an assertion: assertion isExclusive==0 || isCreate failed: file sqlite3.c, line 34058, function: winOpen (Version 3.7.8) Can you send us a stack trace at the point of the assert()? This does