-
Notifications
You must be signed in to change notification settings - Fork 0
Assert on "DELETE FROM .." statement #182
Copy link
Copy link
Open
Description
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 pugin.ki...@gmail.com on 27 Jan 2014 at 7:25
Attachments:
Reactions are currently unavailable