Closed GoogleCodeExporter closed 9 years ago
This is fixed in current SVN.
Not sure exactly when it got fixed, but this test case works for me.
CREATE TABLE MC_OPR_M (id int);
insert into mc_opr_m values (1);
CREATE VIEW MC_OPR AS select * from MC_OPR_M;
CREATE TABLE MC_OPR_S (id int);
insert into mc_opr_s values (2);
create or replace view MC_OPR as select * from MC_OPR_S;
select * from mc_opr;
Original comment by noelgrandin
on 16 Oct 2013 at 2:05
Original issue reported on code.google.com by
artern@gmail.com
on 16 Oct 2013 at 2:32