<div dir="ltr"><div class="gmail_default" style="font-family:monospace,monospace">Hey Jürgen,<br></div><div class="gmail_default" style="font-family:monospace,monospace">this doesn't explain why each operations isn't grouped.<br><br><br></div><div class="gmail_default" style="font-family:monospace,monospace">For instance all the addFeatures are grouped into one transaction, but not into one statement.<br></div><div class="gmail_default" style="font-family:monospace,monospace">Cheers,<br><br></div><div class="gmail_default" style="font-family:monospace,monospace">Rémi-C<br></div></div><div class="gmail_extra"><br><div class="gmail_quote">2015-05-28 16:39 GMT+02:00 Jürgen E. <span dir="ltr"><<a href="mailto:jef@norbit.de" target="_blank">jef@norbit.de</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Rémi,<br>
<span class=""><br>
On Thu, 28. May 2015 at 12:06:22 +0200, Rémi Cura wrote:<br>
> When making several edit on the layer, then saving the edits.<br>
> All the edits are send one by one to the database (though in the same<br>
> transaction).<br>
<br>
</span>That's because of the provider interface.  For vector data providers<br>
addFeatures, deleteFeatures, changeAttributeValues and changeGeometryValues are<br>
independant operations - which therefore are also done in separate<br>
transactions.<br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
Jürgen<br>
<br>
--<br>
Jürgen E. Fischer           norBIT GmbH             Tel. +49-4931-918175-31<br>
Dipl.-Inf. (FH)             Rheinstraße 13          Fax. +49-4931-918175-50<br>
Software Engineer           D-26506 Norden             <a href="http://www.norbit.de" target="_blank">http://www.norbit.de</a><br>
QGIS release manager (PSC)  Germany                    IRC: jef on FreeNode<br>
</font></span><br>_______________________________________________<br>
Qgis-developer mailing list<br>
<a href="mailto:Qgis-developer@lists.osgeo.org">Qgis-developer@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/qgis-developer" target="_blank">http://lists.osgeo.org/mailman/listinfo/qgis-developer</a><br></blockquote></div><br></div>