I use [SQLite-net PCL 1.1.2
][1] package, and just for simple code like this one :
CreateTable<DeletedSale> ();
it throws exception :
SQLite.SQLiteException: duplicate column name
before this package I use xamarin component for sqlite-net , before last xamarin update everything was okey, yesterday I update xamarin , and sqlite started throwing syntax exception while creating tables.
now I use xamarin studio 6.1 (5441 build)
please, help me, it is really critical for me.
Answers
I have changed Andriod build property and set 'Link sdk assemlies only', after cleaning and reinstalling project is works. wow , magic -_-
but for size optimization Its not a good solution. I need something which can run with linking ass user and SDK assemblies.
@mubi I have the same problem, did you find any solution?