[Koha-bugs] [Bug 25078] Update DB process - wrap each DBRev inside a transaction and better error handling

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jul 7 18:12:02 CEST 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25078

--- Comment #75 from Victor Grousset/tuxayo <victor at tuxayo.net> ---
    description => [qw(Multi lines description)],

It's multiline and it doesn't matter that we actually use it, just having this
syntax work is enough right? 


    description => ["Testing", "multi lines", " failure"],
    up => sub {
        my $dbh = C4::Context->dbh;
        $dbh->do(q{ALTER TABLE Foo});
    },

Is that useful have another test for this multi line case but successful?

Should we have a failing test for this syntax?
qw(Multi lines description)

> - Make sure the different use cases are covered

Seems good but quite over my head.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list