[Koha-bugs] [Bug 25638] API related tests failing on comparing floats

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jun 5 20:55:56 CEST 2020


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

--- Comment #8 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
Created attachment 105595
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=105595&action=edit
Bug 25638: Add tests for JSON conversion vs DBD::mysql

We have the situation of needing to cast numbers so they are not
confused in JSON with strings by DBD::mysql returning them with the
wrong internal flags.

We have also recently removed the cast, and adding it back now.
This test could help us detect this situation in case we make changes in
the area, and even on specific libraries versions.

Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

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


More information about the Koha-bugs mailing list