dev-requirements.txt
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 01 Feb 2016 17:50:05 +0100
changeset 11329 a8cab8fb54ba
parent 11302 4c000e0987ec
child 11358 179b5ff3f428
permissions -rw-r--r--
[dataimport] drop massive store's flush_metadata method This method handle a temporary table which sounds useless, and even buggy in some cases (metadata for a single entity types will be only flushed once even if flush is called several time). Instead, simply call the method-doing-the job after entities have been inserted (and make it private along the way).

pytest