Skip to content

select returns id column = 0 #606

Open
@rafgr

Description

@rafgr

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions