Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Would be really nice if...

Re: Would be really nice if...

From: Ed Prochak <ed.prochak_at_magicinterface.com>
Date: 24 Feb 2005 11:06:02 -0800
Message-ID: <1109271962.494474.153790@z14g2000cwz.googlegroups.com>


but when you present the reciept for 13 donuts and the boss only saw 12, you'll be waiting a long time for that reimbursement check.

Just admit it. select * is not safe.

Does no one practice defensive programming anymore?

One guideline I've tried to follow in my development practice: It's not how well it work when it works that's important, but how well it works when it doesn't work that's important.

the "select * exclude" syntax doesn't buy you any protection over the "select *" but an explicit list Always gets the data it expects. Proponents of "select * exclude" are arguing for saving a little programmer time now while leaving a big window for future errors.

Ed Received on Thu Feb 24 2005 - 13:06:02 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US