EagerLoad issue

Hi, Wagner
  CreateAlias with Eager Load does not work on tabel with inheritance?!
Thanks
Hi Wagner
  Why i'm a new member?
:(
thanks

Hello, it should work.

No. the only way i can done is adding "extra" select like this:
...
if Product.TaxId <> nil  then
begin
    Product.TaxId.Id := Product.TaxId.Id;//dummy eager
end;

thanks

Please provide a sample project reproducing the error, if that's an issue we will fix it. We are not aware of any issues so far.