You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Translator fixes: alias resolution for joins, GroupBy projections, ORDER BY, PG bool cast
- Parameter-rooted member alias in sub-queries
- GroupBy projection inherits outer aliases for paged Count
- Rebind ORDER BY to CTE alias when wrapping grouped query for paging
- ConditionalExpression sub-query inherits outer alias so g.Key.X resolves to FROM alias
- g.Key.X resolves to JOIN alias inside grouped projections with conditionals
- Anonymous-projection member alias mapping for Join result selectors and Select bodies
- Where after Join resolves anonymous-projection member to underlying alias
- Member chain rooted at JOIN parameter uses parameter's registered alias
- ORDER BY for projected (computed) alias emitted unqualified
- ContainsVisitor sets sub-query alias before visiting inner expression
- DISTINCT fallback ORDER BY uses first projected column; SelectMany alias pre-registered
- Skip 'as bit' cast for PostgreSQL (native boolean type, no bit coercion)
0 commit comments