Why Sqlite-net-pcl over Sqlite.NET-PCL?

Issue #132 new
Natan Podbielski created an issue

I was searching for details but with no luck, why sqlite-net-pcl is being used. I am asking because I have problems with Enum? columns. They are correctly being saved in db but cannot be read since TableMapping.Column.SetValue method in Sqlite-net-pcl is different than in Sqlite.NET-PCL and throws an error. Is implementation of Sqlite used in Extensions is final? Seems like sqlite-net-pcl is being more actively developed so I understand the decision for change. Should I ask authors of Sqlite.NET-PCL to take care of this error?

Comments (1)

  1. Natan Podbielski reporter

    It seems to work fine on last version of Sqlite Extensions from this repo and sqlite-net-pcl v 1.5.166-beta package

  2. Log in to comment