]> 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)
committerAleisha Amohia <aleishaamohia@hotmail.com>
Tue, 17 Nov 2020 05:17:32 +0000 (18:17 +1300)
commit81be2e66f63ce49730c822173ceddf857b0eb845
tree9f1e3875af0fe48e2949eea82c0637f02bdfea9b
parent5321c20a8f99bd1e63b85f46a27c87280a607de2
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>
(cherry picked from commit 493e62aad82931304bdcf2c63152451aed781b16)

Signed-off-by: Aleisha Amohia <aleishaamohia@hotmail.com>
Koha/Database.pm