ResultSet.union() raises an error if columns from different model classes are used

Bug #1445477 reported by Björn Tillenius
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Storm
New
Undecided
Unassigned

Bug Description

If you do this, you'll get a FeatureError:

  result1 = store.find(Foo.id)
  result2 = store.find(Bar.id)
  result3 = result1.union(result2)

Since Foo.id and Bar.id are both integers, there's no reason the UNION
shouldn't work, but storm doesn't allow it.

Related branches

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.