Subject Re: Re[2]: [Firebird-Architect] View updates and upward
Author Dmitry Yemanov
"Ann W. Harrison" <aharrison@...> 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

Of course. Perhaps my second example is better.

> and the change which causes a documented behavior
> to fail without raising an error.

Sorry, but it wasn't documented. I already provided snippets from Borland
docs here.


Dmitry