in reply to Re: [Semi-OT] Views, Stored Procedures, and Class::DBI
in thread [Semi-OT] Views, Stored Procedures, and Class::DBI

If you create a view for a frequent join, what would be the best way to utilize that from CDBI? I would guess either (1) treating it as a separate table or (2) writing a "search view, map results into the 'real' table types" sub. Perhaps choose (1) if you don't have access to the base tables and (2) if you do?

  • Comment on Re^2: [Semi-OT] Views, Stored Procedures, and Class::DBI