13 Dec
2019
13 Dec
'19
2:17 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21684 --- Comment #13 from Martin Renvoize <martin.renvoize@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.