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

So the views are updatable then?
  • Comment on Re^2: [Semi-OT] Views, Stored Procedures, and Class::DBI

Replies are listed 'Best First'.
Re^3: [Semi-OT] Views, Stored Procedures, and Class::DBI
by dragonchild (Archbishop) on Oct 18, 2005 at 15:55 UTC
    That was one of the major features in MySQL 5.0 - the others being triggers, stored procedures, and the NDB table type.

    My criteria for good software:
    1. Does it work?
    2. Can someone else come in, make a change, and be reasonably certain no bugs were introduced?