![]() |
|
more useful options | |
PerlMonks |
Re: Topics in Perl Programming: Table-Mutation Tolerant Database Fetches with DBIby davorg (Chancellor) |
on Nov 29, 2000 at 00:41 UTC ( [id://43766]=note: print w/replies, xml ) | Need Help?? |
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
|
|