|
|
| Think about Loose Coupling | |
| PerlMonks |
Re: Topics in Perl Programming: Table-Mutation Tolerant Database Fetches with DBIby davorg (Chancellor) |
| on Nov 28, 2000 at 19:41 UTC ( [id://43766]=note: print w/replies, xml ) | Need Help?? |
This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.
Surely this is only a problem if you use select * from tab1 and I can't believe that anyone would be stupid enough to do that in production code. For exactly the reason that you discuss, you should always use select col1, col2 from tab1 The problem is not with Perl or DBI, but with your usage of SQL. --<http://www.dave.org.uk>
"Perl makes the fun jobs fun
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||