After implementing feedback from the 0.7 version and fleshing out the documentation some more, I present the 0.8 version of the Sakila sample database. Feedback is always appreciated, especially regarding the documentation and the data itself regarding appropriateness and consistency.
Changes
- Added actor_info view.
- Changed error handler for inventory_held_by_customer
function. Function now has an exit handler for
NOT FOUND
instead of the more cryptic1329
. - Added template for new BSD license to schema and data files.
- Added
READS SQL DATA
to the procedures and functions where appropriate to support loading on MySQL 5.1. - Fixed date range issue in rewards_report procedure (thanks Goplat).