- Fix derived table joined in an expression subquery losing its FROM alias.
- Fix default
Model.select()used as a FROM/JOIN source reduced to its pk. - Fix compound/subquery SELECT-list column emitting a phantom alias.
- Fix
fn.EXISTS(compound)double-parenthesizing. - Fix
x.in_(ValuesList(...))dropping parens aroundVALUES. - Fix two-FK
.join(on=...)mis-attaching rows when the fk is on the rhs. - Fix
ON CONFLICT ... DO NOTHINGdropping the target/where/constraint.
