15 Mar
2018
15 Mar
'18
7:56 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17015 --- Comment #136 from Josef Moravec <josef.moravec@gmail.com> --- (In reply to David Bourgault from comment #135)
Forgot to mention : t/db_dependent/TestBuilder.t does fail with error message "Unknown type time for open_hour in DiscreteCalendar at /inlibro/git/koha-master-dev-inlibro/t/lib/TestBuilder.pm line 341."
I'm not sure what to do with this. Isn't 'time' a standard datatype for all SQL implementations?
Advice welcome.
It is because test builder does not know the data type "time", look into t/lib/TestBuilder.pm line 358 (sub _gen_type) -- You are receiving this mail because: You are watching all bug changes.