Closed GoogleCodeExporter closed 9 years ago
Fixed in 0.9.6.
Code had a duplicate key because the page editor auto-created a field with the
original name (since it wasn't changed in the document itself), plus it had the
previous field that was renamed, but since the renamed update took place after
the insert of the new field, we'd get a duplicate key violation. Changed the
order to first delete all fields that were deleted, then update all changed
field, then add in all new fields.
Original comment by yoz...@gmail.com
on 13 May 2011 at 10:19
Original issue reported on code.google.com by
yoz...@gmail.com
on 13 May 2011 at 6:55