NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
If they are readonly... (Score:1)
Can you convert the old tables to back-compatibility views on the new table(s)?
BTW, that essay was in the actual MySQL documentation. And it was removed, of course, once foreign key constraints were added.
Reply to This
Re: (Score:2)
We have no desire to add views to provide backwards-compatibility. This should (usually) be considered a "last resort" because otherwise, you layer on view after view every time you want to change a feature and thing become a mess. Plus, they're willing to make the switch, just not yet.