fmwviormv / sqlite-net

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

Rows Inserted with null values in SQLite table #51

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi

I'm using SQLite.net library in my Xamarin Android Projects, and I've just 
found out that for some users, database inserts are sometimes (not always) are 
creating rows with null columns throughout even though there is data - even the 
Primary key (which is generated by code) will also be empty. Could be a memory 
leak or threading problem? Please help!

Original issue reported on code.google.com by seeja...@gmail.com on 5 Jun 2015 at 4:51