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
{{ message }}
This repository was archived by the owner on Nov 1, 2018. It is now read-only.
In a UWP application using package version 1.1.0 and sqlite 3.12.3, I am unable to get or set the journal mode. Checking the journal mode with PRAGMA journal_mode returns null, and setting it also returns null.
The text was updated successfully, but these errors were encountered:
I confirmed that sqlite3_stmt_readonly returns false for this statement. While I knew we'd get false positives from this method, I didn't anticipate any false negatives like this. The heuristic is used to differentiate between statements that return empty results and statements that don't return results. Since we know we have results, we can bypass the heuristic for these statements.
In a UWP application using package version 1.1.0 and sqlite 3.12.3, I am unable to get or set the journal mode. Checking the journal mode with
PRAGMA journal_mode
returns null, and setting it also returns null.The text was updated successfully, but these errors were encountered: