Open
Description
I am using sqlite.net (1.0.11) in vs2015 xamarin for android and xamarin studio community on a mack book. The android app is working fine when I select a record. It returns the ID column that was setup as primary key integer field.
The IOS app which uses the same c# code from android and used to work fine in IOS 8. It was originally developed in IOS 8 but in IOS 9 and 10 the select query returns a 0 for the id column.
I can select .... where id = x and it returns the correct row. The ids in the table are correct just returns a zero.
I DON'T HAVE A CLUE WHAT BE CAUSING THIS!