mylemans/csharp-sqlite

Assert on "DELETE FROM .." statement

GoogleCodeExporter opened this issue · 0 comments

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: