Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debug.Assert fails in sqlite3PagerCommitPhaseTwo compiled with SQLITE_OMIT_MEMORYDB #28

Closed
GoogleCodeExporter opened this issue Mar 8, 2016 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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

@GoogleCodeExporter
Copy link
Author

Fixed in patchset e395ce9882    

Original comment by noah.hart@gmail.com on 10 Aug 2009 at 7:02

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant