On Jan 8, 2008 5:50 PM, alex bodnaru <[EMAIL PROTECTED]> wrote: > entity a has some fields > > entity b inherits (multi) from b, but currently adds no fields. > > b.query.all() fails with exceptions. > > asking you helps asking myself the question: > > should i change inheritance to single, and switch to multi only when i > have additional fields for b?.
I don't see any reason it wouldn't work. I just tested that case explicitly here and it seem to work fine. Could you provide a minimal (but runnable) sample of code which fails (preferably as an attachment)? Please also provide the traceback you are getting and the tell us which version of Elixir and SQLAlchemy you are using. -- Gaƫtan de Menten http://openhex.org --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "SQLElixir" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sqlelixir?hl=en -~----------~----~----~----~------~----~------~--~---
