Igor Ralic
Igor Ralic
Any news on this?
@sorech did you check my pull request? https://github.com/oysteinkrog/SQLite.Net-PCL/pull/160
I'll gladly fix if I missed anything, could you point to exact methods? Delete was the only one with changed signature as there is an overload which allows deleting based...
Good point. I changed those 2 methods, and also Delete method to take object again as parameter to not break any calls with only a single column primary key.
You mean, have both PK and PKs? Hmm.
Yeah, both options are kind of bad, but breaking change is probably worse. :) I'll do it that way then.
I pushed the changes we discussed.