File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
44and this project adheres to [ Semantic
55Versioning] ( http://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 4.17.2] - 2025-01-03
8+
9+ ### Fixed
10+
11+ - Revert change to ` DeleteAll ` method. The change causes incorrect changes on tables with multi-column primary keys
12+
713## [ 4.17.1] - 2024-11-11
814
915### Fixed
Original file line number Diff line number Diff line change @@ -46,6 +46,8 @@ require (
4646)
4747
4848retract (
49+ v4.17.1 // Generates faulty code for DeleteAll if the table has multiple foreign keys
50+ v4.17.0 // Generates faulty code for DeleteAll if the table has multiple foreign keys
4951 v4.10.0 // Generated models are invalid due to a wrong assignment
5052 v4.9.0 // Generated code shows v4.8.6, messed up commit tagging and untidy go.mod
5153)
You can’t perform that action at this time.
0 commit comments