You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to twig-p...@googlegroups.com
Hi John,
I tried to do a "datastore.storeAll(toSave)" on a list of versioned entities and got the UnsupportedOperationException "Versioning multiple instances not implemented". Would it be very hard to implement this functionality in twig-persist?
Kind Regards,
Werner
John Patterson
unread,
Jan 9, 2013, 8:14:55 PM1/9/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to twig-p...@googlegroups.com
Sorry, I meant to look into this further before answering. Have had a quick look and can see that I was just being lazy not implementing it to handle multiple instances. Should have a fix ready today.
John Patterson
unread,
Jan 9, 2013, 10:16:04 PM1/9/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to twig-p...@googlegroups.com
I've checked in the update now with a new unit test.
Now bulk update of versioned instances should work if you build from the latest source.