Subject Re: Re[2]: [Firebird-Architect] View updates and upward
Author Ann W. Harrison
>"Ann W. Harrison" <aharrison@...> wrote:
> >
> > There is a significant difference between the channge to view
> > updates and other incompatible changes we made in V1.0 and V1.5.
> > In all cases to date, the change has caused programs that had
> > run correctly to report errors.

At 11:19 AM 10/20/2004, Dmitry Yemanov wrote:

>1) select father.*
> from msys_menu
> left join msys_menu father
> on msys_menu.cod_menupai = father.cod_menu
>
>produces different results on FB 1.x and HEAD. The old results are wrong.

Sorry, to me there is a difference between a change that causes the
new version to return a correct answer where the old version returned
an incorrect answer and the change which causes a documented behavior
to fail without raising an error.


Regards,


Ann