On Sat, Feb 27, 2010 at 14:50, Sergei Beilin <[email protected]> wrote: > > I've discovered a problem with elixir.ext.versioned and multi-table > inheritance. Let us have the 'base' and 'child' entities, both > versioned. Then updating the child entity saves it's fields into > history table, but the fields that are inherited from the base are not > saved to base's history table. > > Take a look at this example. Run it: > http://pastebin.org/98442 > > Take a look on the console output: the changes to the 'text' field > (that are of base class, Content) are not versioned. > > Am I doing something wrong or it's a bug? Elixir 0.7.1, SA 0.5.6 (and > 0.6 beta also), Python 2.6.4, 2.6.31-17-generic-SMP x86_64 GNU/Linux.
This is indeed a bug/missing feature. Could you add a ticket in our trac about this? I'll look into it when I got some time. -- Gaƫtan de Menten -- 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.
