Hi Jeremy

I think you are correct, on CTI there is no need of overlapping columns 
with the same name, the reason is we have that is because we create default 
columns for all the tables. The way we accomplish this issue is by 
selecting the necessary columns on the inherited child class from the 
returned dataset. Thank you for the awesome work on this framework.

class B < A
    set_dataset db[:a].select(select all needed columns here)
end

Thanks for your solid and thoughtful answer

Best,
Anton

-- 
You received this message because you are subscribed to the Google Groups 
"sequel-talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sequel-talk.
For more options, visit https://groups.google.com/d/optout.

Reply via email to