http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11244
--- Comment #18 from David Cook <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
