idapingala / csharp-sqlite

Automatically exported from code.google.com/p/csharp-sqlite
Other
0 stars 0 forks source link

Assert on "DELETE FROM .." statement #182

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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: