Ticket #107 (new defect)

Opened 3 years ago

Last modified 3 years ago

elixir.ext.versioned and multi-table inheritance do not work together as expected

Reported by: guest Owned by:
Priority: normal Milestone:
Component: extensions Version: 0.7.1
Keywords: versioned, inheritance Cc: sbeilin@…

Description

When using multi-table (join) inheritance and both parent and child classes are versioned, only the child is actually versioned, even if fields from the base class are changed.

To reproduce: run the attached script and then take a look at the database (or SA output on the console) and see that only page_history is updated, but content_history is not.

Attachments

versioned-and-inheritance.py (0.9 kB) - added by guest 3 years ago.

Change History

Changed 3 years ago by guest

Changed 3 years ago by guest

  • cc sbeilin@… added
Note: See TracTickets for help on using tickets.