Subject | RE: [Firebird-Architect] View updates and upward compatibility |
---|---|
Author | Leyne, Sean |
Post date | 2004-10-19T01:05:08Z |
Jim,
If there wasn't a standard that gave some guidance as to the syntax then
you'd be a 100% correct.
But since there is a standard, it should be adhered to. Which means
that applications must change/be maintained to keep with the times.
Further, given that this area of the engine is used exceptionally a
change would not impact many people.
No product can keep 100% backward compatibility forever!
introduced INT64 support and 'broke' the compatibility of the NUMERIC
datatype -- precision in math operations.
Perhaps, the middle-ground between the two points of view, is to tie the
DDL compatibility with the Dialect. It has been done by Borland for
NUMERIC, and by Firebird for the SELECT ambiguity logic.
Proposal: Make Dialect 3 support the new/standard syntax and leave
Dialect 1 to support the old definition unchanged.
Sean
> Dmitry Yemanov wrote:It's not a great one.
>
> >My opinion is that this behaviour is incorrect and not standard
> compliant.
> >Even its existence for 10 years is not a good excuse.
>
> But it is a good excuse.
If there wasn't a standard that gave some guidance as to the syntax then
you'd be a 100% correct.
But since there is a standard, it should be adhered to. Which means
that applications must change/be maintained to keep with the times.
> If you want to work on a database withoutusers.
> legacy or mistakes, start your own. But then you won't have any
> If want to work on a database system that has users, you have torespect
> their investment, even their investment in ugly, inefficientIn that case, developers don't need to use the Firebird 2.0 engine!
> workarounds.
Further, given that this area of the engine is used exceptionally a
change would not impact many people.
No product can keep 100% backward compatibility forever!
> I agree that your idea is better than Borlands (after all,for
> it was my original idea as well). OK, Borland screwed a lot of users
> when they went to version 4 that was substantially incompatible with
> version 3. And the vast majority of pre-Borland Unix customers left
> other products. Why? Not because version 4 was better or worse thanInterestingly, Borland repeated this incompatibility when they
> version 3, but because it contained a large number of arbitrary
> incompatibilites.
introduced INT64 support and 'broke' the compatibility of the NUMERIC
datatype -- precision in math operations.
Perhaps, the middle-ground between the two points of view, is to tie the
DDL compatibility with the Dialect. It has been done by Borland for
NUMERIC, and by Firebird for the SELECT ambiguity logic.
Proposal: Make Dialect 3 support the new/standard syntax and leave
Dialect 1 to support the old definition unchanged.
Sean