joined subclass table may be confused as eagerly loaded child joined subclass table

Issue #1485 resolved
Former user created an issue

When performing session.refresh(node) with an adjacency list of nodes using joined table inheritance, the values of the child nodes are improperly set to the values of the parent node. Problem only occurs when join_depth is specified, and the data being queried is from a joined table. See attachment test.

Comments (5)

  1. Log in to comment