Skip to content

[massive store] allow stores not to drop constraints

Noé Gaumont requested to merge topic/default/massive-store into branch/default

Provide a PGHelper alternative class that doesn't drop constraints nor indexes

TODO: drop=False won't actually work since we insert into cw_ table before inserting in the entities table and therefore it will violate foreign key constraints

Edited by Simon Chabot

Merge request reports