]> git.koha-community.org Git - koha.git/commit
Bug 26639: Add auto_savepoint to DBIC connection
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 26 Oct 2018 14:17:40 +0000 (11:17 -0300)
committerLucas Gass <lucas@bywatersolutions.com>
Mon, 16 Nov 2020 18:51:05 +0000 (18:51 +0000)
commit493e62aad82931304bdcf2c63152451aed781b16
tree6c5ca9ad5b17986d55b85e616d0881da0249e456
parent7ac243c96fef9fcf728d647f1e9d301506ccf08a
Bug 26639: Add auto_savepoint to DBIC connection

See comment 0.

https://metacpan.org/pod/distribution/DBIx-Class/lib/DBIx/Class/Manual/Cookbook.pod#Nested-transactions-and-auto-savepoints

Otherwise:
DBIx::Class::Storage::txn_rollback(): A txn_rollback in nested transaction is ineffective! (depth 1) at t/db_dependent/Koha/Objects.t line 274

Possible side-effects? Slowness?

We need to push it to master ASAP and see how our test suite behave.

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
(cherry picked from commit bd63fb2bb941294371a072fea9fc2f930ff5bf3f)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
Koha/Database.pm