github.com/huandu/go-sqlbuilder
v1.43.0
#1212 most downloaded on Go modules
huandu/go-sqlbuilder
What this package is like to depend on
Last release 3 days ago
21 Aug 2026
Ships fairly regularly
a new release about every 5 weeks
Rarely documented
notes for 8 of 68 stable releases
Nothing withdrawn
no release was ever pulled
8 years old
125 releases · first in 2018
14 releases in the last 12 months
see the full history below
Release timeline
125 releases · Mar 2018 to Aug 2026Releases
latest 60 of 125-
v1.43.021 Aug 2026Release notes
Open source →What's Changed
[FIX]Interpolate: keep ClickHouse whole-number floats and non-finite values typed correctly by @youdie006 in #244[FIX]Escape ANSI interpolation string literals in #246[FIX]Escape identifier delimiters in Flavor.Quote in #245
New Contributors
- @youdie006 made their first contribution in #244
- @KrisKennawayDD addressed two CVE issues
Full Changelog: v1.42.0...v1.43.0
-
v1.42.121 Jun 2026Release notes
Open source →v1.42.0 was published with an incorrect module path
(github.com/webdaad/go-sqlbuilder) accidentally introduced by PR #239.
Restore the correct path (github.com/huandu/go-sqlbuilder) and add a
retract directive so the broken version is not picked up bygo get. -
v1.41.003 May 2026Release notes
Open source →[NEW]Add an optionNoExpandto change default field "expand" behavior for backward compatibility. See #237 for details.
NOTE: Starting from v1.40.0, the
Structutility 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 aNoExpandconfiguration. 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 thefieldopt:"expand"tag.Full Changelog: v1.40.0...v1.41.0
-
v1.40.208 Apr 2026Release notes
Open source →fix #236: New fieldopt "noexpand" to treat a nested struct as one column
-
v1.40.101 Apr 2026 -
v1.40.020 Mar 2026Release notes
Open source →What's new
Struct field / db tag improvements
Support treating a db tag on a struct-typed field as a database alias and expanding its exported fields as aliased columns. This makes it possible to build JOIN projections like
post.id,post.title, etc., from a nested struct field and keepsAddr/Scanbehavior working by allocating nested pointers when scanning.Note: This change preserves existing semantics for scalar-like structs (types implementing
sql.Scanner/driver.Valuer/time.Time, etc) — they are not expanded.See issue #233 for more details.
Oracle
SELECTbehaviorUse
OFFSET ... FETCHpattern for OracleSELECTpagination.Potential Oracle compatibility note: the change to use
OFFSET ... FETCHfor Oracle pagination may affect environments using older Oracle versions that do not support this syntax. Please verify compatibility with your Oracle version before upgrading.Thanks and acknowledgements
Thanks to @zhangyongding for the Oracle pagination improvements.
Full Changelog: v1.39.0...v1.40.0
-
v1.39.110 Feb 2026 -
v1.39.020 Jan 2026Release notes
Open source →What's Changed
[NEW]Add From support for UpdateBuilder by @stvnkiss in #230[FIX]Fix oracle limit bug by @zhangyongding in #222[FIX]Improve error-msg context for unsupported types during interpolation by @shoriwe in #226[FIX]MarkOrderByas "not recommended" rather than deprecated by in #223[FIX]Fix sqlite string interpolation incorrectly uses backslash escapes by @shoriwe in #228[FIX]Update doc onWhereto avoid confusion in #229
New Contributors
- @zhangyongding made their first contribution in #222
- @shoriwe made their first contribution in #226
- @stvnkiss made their first contribution in #230
Full Changelog: v1.38.0...v1.39.0
-
v1.38.230 Dec 2025Nothing published for this version
-
v1.38.124 Oct 2025Nothing published for this version
-
v1.38.010 Oct 2025Nothing published for this version
-
v1.37.017 Sep 2025Nothing published for this version
-
v1.36.2-0.20250917054852-55936be25deb17 Sep 2025 pre-releaseNothing published for this version
-
v1.36.111 Aug 2025Nothing published for this version
-
v1.36.1-0.20250811103223-4e4c7b02084211 Aug 2025 pre-releaseNothing published for this version
-
v1.36.025 Jul 2025Nothing published for this version
-
v1.35.2-0.20250706105509-38c1feb5c42706 Jul 2025 pre-releaseNothing published for this version
-
v1.35.112 Jun 2025Nothing published for this version
-
v1.35.020 Mar 2025Nothing published for this version
-
v1.34.011 Feb 2025Nothing published for this version
-
v1.33.105 Dec 2024Nothing published for this version
-
v1.33.1-0.20241205050055-b0b0b026027205 Dec 2024 pre-releaseNothing published for this version
-
v1.33.003 Dec 2024Nothing published for this version
-
v1.32.1-0.20241203080223-c4b67f54e06303 Dec 2024 pre-releaseNothing published for this version
-
v1.32.006 Nov 2024Nothing published for this version
-
v1.31.1-0.20241106043042-5067ee73277706 Nov 2024 pre-releaseNothing published for this version
-
v1.31.1-0.20241101060610-134c901c8dc201 Nov 2024 pre-releaseNothing published for this version
-
v1.31.028 Oct 2024Nothing published for this version
-
v1.30.2-0.20241028055243-be6fb8b92bdf28 Oct 2024 pre-releaseNothing published for this version
-
v1.30.110 Oct 2024Nothing published for this version
-
v1.30.1-0.20241010052045-c32965545e7d10 Oct 2024 pre-releaseNothing published for this version
-
v1.30.024 Sep 2024Nothing published for this version
-
v1.29.2-0.20240924064015-5d9be7f4752324 Sep 2024 pre-releaseNothing published for this version
-
v1.29.2-0.20240923140635-e114413e0dad23 Sep 2024 pre-releaseNothing published for this version
-
v1.29.110 Sep 2024Nothing published for this version
-
v1.29.1-0.20240910092208-fa64168c7d3e10 Sep 2024 pre-releaseNothing published for this version
-
v1.29.1-0.20240910074916-e6de5722366010 Sep 2024 pre-releaseNothing published for this version
-
v1.29.008 Sep 2024Nothing published for this version
-
v1.28.2-0.20240908180514-d6f429ccc11a08 Sep 2024 pre-releaseNothing published for this version
-
v1.28.2-0.20240826034900-8cd72cedc51726 Aug 2024 pre-releaseNothing published for this version
-
v1.28.104 Aug 2024Nothing published for this version
-
v1.28.1-0.20240804122926-2cc1f8cad62504 Aug 2024 pre-releaseNothing published for this version
-
v1.28.026 Jul 2024Nothing published for this version
-
v1.27.4-0.20240726042241-ebceb914959726 Jul 2024 pre-releaseNothing published for this version
-
v1.27.4-0.20240724085441-a0af5e4368db24 Jul 2024 pre-releaseNothing published for this version
-
v1.27.4-0.20240706155826-5588d0ae84a106 Jul 2024 pre-releaseNothing published for this version
-
v1.27.326 May 2024Nothing published for this version
-
v1.27.3-0.20240526062324-9fc30d96be8726 May 2024 pre-releaseNothing published for this version
-
v1.27.220 May 2024Nothing published for this version
-
v1.27.123 Apr 2024Nothing published for this version
-
v1.27.1-0.20240423185238-5fd41b4de21623 Apr 2024 pre-releaseNothing published for this version
-
v1.27.015 Apr 2024Nothing published for this version
-
v1.26.1-0.20240415035304-c6a9ca27d55915 Apr 2024 pre-releaseNothing published for this version
-
v1.26.030 Mar 2024Nothing published for this version
-
v1.25.1-0.20240330155204-c35040f28f6d30 Mar 2024 pre-releaseNothing published for this version
-
v1.25.030 Nov 2023Nothing published for this version
-
v1.24.1-0.20231130155725-a5eff69cc5b330 Nov 2023 pre-releaseNothing published for this version
-
v1.24.020 Nov 2023Nothing published for this version
-
v1.23.1-0.20231120103021-eb77f78530fd20 Nov 2023 pre-releaseNothing published for this version
-
v1.23.004 Nov 2023Nothing published for this version