tumtumtum/Shaolinq

SelectForUpdate missing. PrimaryKey attribute doesn't work

Opened this issue · 1 comments

I'm decorating a property with the PrimaryKey attribute but I still get an error saying a Primary key is missing (it is still looking for Table Name + Id)

You're documentation shows a SelectForUpdate to do bulk updates, but it does not appear to be available

Is there any word on this? How are we supposed to do batch updates?