[Koha-bugs] [Bug 21684] Koha::Object[s]->delete methods must behave identically as the corresponding DBIx::Class ones

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Dec 13 10:17:34 CET 2019


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

--- Comment #13 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
(In reply to Marcel de Rooy from comment #11)
> Not sure if this works:
> +                ok( ref($r_us) && ref($r_them),
> +                    'Successful delete should return the object ' );
> 
> Note that it depends on the storage backend:
> "The return value is a pass through of what the underlying storage backend
> returned, and may vary."

Hmm, well at the present time we only support MySQL and MariaDB as our backends
and I believe those are consistent with one another in this regard.

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


More information about the Koha-bugs mailing list