| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-05-03 | 678 Bytes | |
| v1.41.0 source code.tar.gz | 2026-05-03 | 76.2 kB | |
| v1.41.0 source code.zip | 2026-05-03 | 98.4 kB | |
| Totals: 3 Items | 175.3 kB | 2 | |
[NEW]Add an optionNoExpandto change default field "expand" behavior for backward compatibility. See [#237] for details.
NOTE: Starting from v1.40.0, the Struct utility type defaults to expanding non-primitive struct fields. This change caused unexpected behavior for some users. To address this without reverting the features introduced in v1.40.0, we have introduced a NoExpandconfiguration. When set to true, all fields will default to no expansion (preserving legacy behavior). You can still opt-in to expansion for specific fields by using the fieldopt:"expand" tag.
Full Changelog: https://github.com/huandu/go-sqlbuilder/compare/v1.40.0...v1.41.0