Composite PK support?
I've been using this to support composite primary keys in my fork of SQLite.Net-PCL. Just wondering whether this can make its way into the official repo?
Any news on this?
Hi guys, I someone wants to work on this and perhaps create a PR I would take a look. Unfortunately I don't have too much time to spend on this project so I am not doing any active development.
Does anyone have code like the one mentioned above known to work with later versions of this fork? Øystein et al, any chance for support coming any time soon? You’ve done some good work but lacking support for compound natural primary keys really cripples a relational database. The workarounds are so ugly and allows for errors.
@sorech did you check my pull request? https://github.com/oysteinkrog/SQLite.Net-PCL/pull/160
Hello,
I need this too and would appreciate this request very much!
Timo
Looks like @igrali did a pretty good job implementing this. Possible to get it pulled in and close this out?
👍 To this, hope this gets implemented soon.
Hi, Is this going to be implemented in the near future, or should we forget about it?
Regards.
Is there any implementation for composite primary key?