Bug 23893: No special care for booleans
commit77cc1041d88baab4354b198505229f3746d271b7
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 27 Dec 2019 14:21:27 +0000 (27 15:21 +0100)
committerJoy Nelson <joy@bywatersolutions.com>
Sat, 18 Jan 2020 16:00:13 +0000 (18 16:00 +0000)
tree71a14d0844bee4021ecccee886d8aff7108b669a
parent0dad1c6601493c58fae887439d32d8a152b0d1d3
Bug 23893: No special care for booleans

Tests pass without that changes. If we need them they should be at
Koha::Object anyway.

About the date, I also think that that should be moved to Koha::Object
(we can guess it, like we do in Koha::Object->store, retrieve the
datatype and adjust). Also we can send a DT object to DBIC, no need for
an sql formatted date

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Joy Nelson <joy@bywatersolutions.com>
Koha/Patron.pm