http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10459 M. de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |ASSIGNED --- Comment #10 from M. de Rooy <m.de.rooy@rijksmuseum.nl> ---
From Chris and Galen on the mailing list:
I think we don't need to make columns unique across the whole db just when selecting do select borrowers.timestamp as something. DBIx::Class helps us with this also
I agree with Chris. In legacy code, doing a "select *" from a join on multiple tables is should be discouraged, so using the addition of a new column to locate cases of these to stamp out is preferable. The alternative of using a distinct column name has the problem of making the writing of more general templates and classes more difficult.
-- You are receiving this mail because: You are watching all bug changes.