Closed yugo-n closed 8 months ago
For example, the following view can be created;
select create_immv('mv0', 'select * from t where case exists (select 1 from t1 where t.i=t1.i) when true then false else true end');
But, incremental maintenance of this view doesn't work correctly and it ends in a wrong result.
Fixed by #71
For example, the following view can be created;
But, incremental maintenance of this view doesn't work correctly and it ends in a wrong result.