[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 03:07:02 CET 2014


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

--- Comment #19 from David Cook <dcook at prosentient.com.au> ---
(In reply to David Cook from comment #18)
> 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.

Sorry to keep spamming everyone, but perhaps it would be a good idea to add a
"source_name" alias to each Result class so that we can use the actual table
name as a source name when trying to use DBIx::Class.

http://search.cpan.org/~ribasushi/DBIx-Class-0.08270/lib/DBIx/Class/ResultSource.pm#source_name

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


More information about the Koha-bugs mailing list