Alexey Gaidukov wrote:

> You have regestered bug  
> http://www.sapdb.org/webpts?wptsdetail=yes&ErrorType=0&ErrorID
> =1128000. 
> Bug is very old. Version 7.6 is still affected. So it is 
> impossible to 
> use views in real application. Do you have any plans to fix it in 7.6 
> release?

Hi,

sorry no time schedule by now because it's a design problem 
with outer joins in combination with views and so far we don't 
know how to solve it in the actual code base.

As a workaround you could encapsulate the view in a from select.

Example:
select b.* , C.* from test_a a , TEST_B b, (select * from VIEW_D) C
where a.id = b.id AND b.IDX = C.IDX (+)!

Best regards
Holger

--
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to