Re: [ovs-dev] [PATCH v1] Python IDL Mutate Fix

2016-08-30 Thread Ben Pfaff
On Tue, Aug 23, 2016 at 10:12:30PM -0700, Amitabha Biswas wrote: > This patch fixes the scenario, where the mutate operation on a row > is sent in the same transaction as row insert operation. It was > obvserved that this mutate operation was not getting committed > to the OVSDB. > > To get around

[ovs-dev] [PATCH v1] Python IDL Mutate Fix

2016-08-23 Thread Amitabha Biswas
This patch fixes the scenario, where the mutate operation on a row is sent in the same transaction as row insert operation. It was obvserved that this mutate operation was not getting committed to the OVSDB. To get around the above problem the "where" condition in an mutate operation is modified t