| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 4.2.4 source code.tar.gz | 2026-07-16 | 1.1 MB | |
| 4.2.4 source code.zip | 2026-07-16 | 1.1 MB | |
| README.md | 2026-07-16 | 702 Bytes | |
| Totals: 3 Items | 2.2 MB | 0 | |
- 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.