Subject | Re: Re[2]: [Firebird-Architect] View updates and upward |
---|---|
Author | Dmitry Yemanov |
Post date | 2004-10-20T15:19:53Z |
"Ann W. Harrison" <aharrison@...> wrote:
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.
2) select * from t order by f
produces different NULLs ordering on FB 1.5 and HEAD (ODS 11). The old
results are not standard-compliant.
Dmitry
>1) select father.*
> 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.
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.
2) select * from t order by f
produces different NULLs ordering on FB 1.5 and HEAD (ODS 11). The old
results are not standard-compliant.
Dmitry