verdi code delete
falsely claims it actually deleted a node
#5842
Labels
Milestone
verdi code delete
falsely claims it actually deleted a node
#5842
It claims that the code is deleted, but it is not actually the case. Seems that the problem is with the
PsqlDosBackend.delete_nodes_and_connections
that does perform the deletion but changes are not persisted. This is most likely related to recent refactorings of thePsqlDosBackend.transaction
method.The text was updated successfully, but these errors were encountered: