7 Feb
2014
7 Feb
'14
6:58 a.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11244 --- Comment #18 from David Cook <dcook@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.