Re: Generating SQL
From: Cristiano Sadun (cristianoTAKEsadun_at_THIShotmailOUT.com)
Date: 11/24/04
- Next message: Ronald E Jeffries: "Re: agile/xp question (formal analysis)"
- Previous message: Phlip: "Re: Thought Before Action."
- In reply to: Mikito Harakiri: "Re: Generating SQL"
- Next in thread: Mikito Harakiri: "Re: Generating SQL"
- Reply: Mikito Harakiri: "Re: Generating SQL"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 24 Nov 2004 13:54:00 +0000 (UTC)
mikharakiri_nospaum@yahoo.com (Mikito Harakiri) wrote in
news:8a529bb.0411181353.7855a736@posting.google.com:
> The suggestion that
> application developers have to rewrite any sql statements whenever db
> designer adds a column is ridiculous.
Not at all.
I've seen plenty of code doing "select *". Or "insert into values(...)".
That code will fail after adding a column.
Of course that SQL is crappy, but you're talking exactly of legacy code
whose quality is unknown.
- Next message: Ronald E Jeffries: "Re: agile/xp question (formal analysis)"
- Previous message: Phlip: "Re: Thought Before Action."
- In reply to: Mikito Harakiri: "Re: Generating SQL"
- Next in thread: Mikito Harakiri: "Re: Generating SQL"
- Reply: Mikito Harakiri: "Re: Generating SQL"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|