On Saturday 12 June 2010 4:45:28 am Gaëtan de Menten wrote: > I think you are looking for abstract classes... For some examples of > what is supported, see: > http://elixir.ematia.de/trac/browser/elixir/tags/0.7.1/tests/test_abstract. > py > > Hope it helps, > Gaëtan That looks almost perfect, but when I tried it out I got an Exception: Couldn't resolve target 'Commentable' in 'Comment' I guess I can't make a ManyToOne reference to an abstract class (Commentable) because it is not mapped to a table. Abstract classes will come in handy for me elsewhere but as far as I can tell, they don't quite solve this problem.
Thanks for the tip, though. :) David -- 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.
