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. Open Hello World.sln
2. Run under WP8 emulator
3. Click "Test" button
In VS output window observe Assert.
Problem with sqlite3FinishCoding method it asserts that pParse.isMultiWrite is
0, which is not true for "DELETE FROM" statement - see sqlite3DeleteFrom
method. Doesn't look like assert is valid
Original issue reported on code.google.com by [email protected] on 27 Jan 2014 at 7:25
Original issue reported on code.google.com by
[email protected]
on 27 Jan 2014 at 7:25Attachments:
The text was updated successfully, but these errors were encountered: