Tomohiro Kawauchi
Results
2
issues of
Tomohiro Kawauchi
Sort indexes by name before generating GORM tags to ensure consistent output across multiple code generation runs. This fixes the issue where index order in generated models was non-deterministic, causing...
# Index order in generated models is non-deterministic ## Problem When generating GORM models using `gorm.io/gen`, the order of indexes in the generated `gorm` tags is non-deterministic. This causes the...