Community
Participate
Working Groups
In generate time, subquery will add the parent query's column binding to its own resultSetExpressions. While in present time, it only has the ones of itself.
The bug is about the inner algorithm to support sub query's reference to parent query. It is a minor enhancement and needn't to be fixed in M6.
The bug is fixed by using a copy of subquery in PreparedQuery class.