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.
Response. (Score:1)
Once in 8 years.
About a dozen (still maintained) projects.
It depends. Beyond default values, not nulls, primary keys, foreign keys, autoincrement and constraints (cascade delete...) I generally don't encode business logic in the database. Nevertheless even this isn't very portable.
I also use database functions such as "NOW()" and date formats which all seem to vary across databases, although I try to use standards where they exist.
Never.
Reply to This