Download Latest Version v1.43.0 source code.zip (101.6 kB)
Email in envelope

Get an email when there's a new version of Go SQLBuilder

Home / v1.41.0
Name Modified Size InfoDownloads / 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 option NoExpand to 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

Source: README.md, updated 2026-05-03