You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Add Compiler flag SQLITE_OMIT_MEMORYDB to textfixture
2. in ^Testscripts add the lines
do_test SIMPLE_CREATE_TABLE {
execsql {
CREATE TABLE T1 (C1);
}
} {}
start in debugger
What is the expected output? What do you see instead?
ok
Debug.Assert fails in sqlite3PagerCommitPhaseTwo
pPager.state should be PAGER_SYNCED at this point, showing PAGER_RESERVED
instead
Original issue reported on code.google.com by noah.hart@gmail.com on 10 Aug 2009 at 6:48
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
noah.hart@gmail.com
on 10 Aug 2009 at 6:48The text was updated successfully, but these errors were encountered: