kazu2012 / persevere-framework

Automatically exported from code.google.com/p/persevere-framework
0 stars 0 forks source link

Transaction-less data changes causes duplicates in index tables #165

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Doing this outside of a transaction causes duplicates in the index:
Persistable a = (Persistable) Persevere.load("MyClass/1");
a.set("status","active");

Original issue reported on code.google.com by kris...@gmail.com on 5 May 2009 at 11:09

GoogleCodeExporter commented 8 years ago

Original comment by kris...@gmail.com on 8 May 2009 at 10:15