From: Bjorn B. <d00...@dt...> - 2004-11-11 14:26:08
|
Lemmih wrote: > Hey, >=20 > I'm having trouble with the optimizer when doing a one-to-many mapping. <snip> Lemmih found the bug, it was a silly typo: | noneIn2 =3D Binary op (pushRestrict (Restrict x query2)) query1 should be: | noneIn2 =3D Binary op (pushRestrict (Restrict x query1)) query2 Fix is in CVS. /Bj=F6rn |