Ticket #107 (new defect)
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
Change History
Note: See
TracTickets for help on using
tickets.
