[Koha-bugs] [Bug 11244] notices ignoring the dateformat preference

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Feb 7 02:58:16 CET 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11244

--- Comment #18 from David Cook <dcook at prosentient.com.au> ---
I thought about using DBIX::Class via Koha::Database to figure out the data
type for the column, but I don't think that's going to be practical in this
case, since the sourcename for the Koha::Schema::Result classes are sometimes
quite different from the actual table name (e.g. borrowers vs Borrower, or
MatcherMatchpoint vs matcher_matchpoints).

I suppose we also have to consider...is decreased performance worth having
correct timestamps?

It might be worth testing this with a much larger load than 10-30 notices.

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


More information about the Koha-bugs mailing list