PackageTrack
Sign in Get early access

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 2026
2019 2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 60 of 125
  1. v1.43.0 21 Aug 2026
    Release notes

    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

    Full Changelog: v1.42.0...v1.43.0

    Open source →
  2. v1.42.1 21 Jun 2026
    Release notes

    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 by go get.

    Open source →
  3. v1.41.0 03 May 2026
    Release notes
    • [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 NoExpand configuration. 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: v1.40.0...v1.41.0

    Open source →
  4. v1.40.2 08 Apr 2026
    Release notes

    fix #236: New fieldopt "noexpand" to treat a nested struct as one column

    Open source →
  5. v1.40.1 01 Apr 2026
    Release notes

    fix #234: field names in INSERT INTO should not include table name

    Open source →
  6. v1.40.0 20 Mar 2026
    Release notes

    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 keeps Addr/Scan behavior 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 SELECT behavior

    Use OFFSET ... FETCH pattern for Oracle SELECT pagination.

    Potential Oracle compatibility note: the change to use OFFSET ... FETCH for 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

    Open source →
  7. v1.39.1 10 Feb 2026
    Release notes

    Merge pull request #231 from zhangyongding/chore-oralce-select-offset…

    Open source →
  8. v1.39.0 20 Jan 2026
    Release notes

    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] Mark OrderBy as "not recommended" rather than deprecated by in #223
    • [FIX] Fix sqlite string interpolation incorrectly uses backslash escapes by @shoriwe in #228
    • [FIX] Update doc on Where to 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

    Open source →
  9. v1.38.2 30 Dec 2025

    Nothing published for this version

  10. v1.38.1 24 Oct 2025

    Nothing published for this version

  11. v1.38.0 10 Oct 2025

    Nothing published for this version

  12. v1.37.0 17 Sep 2025

    Nothing published for this version

  13. v1.36.2-0.20250917054852-55936be25deb 17 Sep 2025 pre-release

    Nothing published for this version

  14. v1.36.1 11 Aug 2025

    Nothing published for this version

  15. v1.36.1-0.20250811103223-4e4c7b020842 11 Aug 2025 pre-release

    Nothing published for this version

  16. v1.36.0 25 Jul 2025

    Nothing published for this version

  17. v1.35.2-0.20250706105509-38c1feb5c427 06 Jul 2025 pre-release

    Nothing published for this version

  18. v1.35.1 12 Jun 2025

    Nothing published for this version

  19. v1.35.0 20 Mar 2025

    Nothing published for this version

  20. v1.34.0 11 Feb 2025

    Nothing published for this version

  21. v1.33.1 05 Dec 2024

    Nothing published for this version

  22. v1.33.1-0.20241205050055-b0b0b0260272 05 Dec 2024 pre-release

    Nothing published for this version

  23. v1.33.0 03 Dec 2024

    Nothing published for this version

  24. v1.32.1-0.20241203080223-c4b67f54e063 03 Dec 2024 pre-release

    Nothing published for this version

  25. v1.32.0 06 Nov 2024

    Nothing published for this version

  26. v1.31.1-0.20241106043042-5067ee732777 06 Nov 2024 pre-release

    Nothing published for this version

  27. v1.31.1-0.20241101060610-134c901c8dc2 01 Nov 2024 pre-release

    Nothing published for this version

  28. v1.31.0 28 Oct 2024

    Nothing published for this version

  29. v1.30.2-0.20241028055243-be6fb8b92bdf 28 Oct 2024 pre-release

    Nothing published for this version

  30. v1.30.1 10 Oct 2024

    Nothing published for this version

  31. v1.30.1-0.20241010052045-c32965545e7d 10 Oct 2024 pre-release

    Nothing published for this version

  32. v1.30.0 24 Sep 2024

    Nothing published for this version

  33. v1.29.2-0.20240924064015-5d9be7f47523 24 Sep 2024 pre-release

    Nothing published for this version

  34. v1.29.2-0.20240923140635-e114413e0dad 23 Sep 2024 pre-release

    Nothing published for this version

  35. v1.29.1 10 Sep 2024

    Nothing published for this version

  36. v1.29.1-0.20240910092208-fa64168c7d3e 10 Sep 2024 pre-release

    Nothing published for this version

  37. v1.29.1-0.20240910074916-e6de57223660 10 Sep 2024 pre-release

    Nothing published for this version

  38. v1.29.0 08 Sep 2024

    Nothing published for this version

  39. v1.28.2-0.20240908180514-d6f429ccc11a 08 Sep 2024 pre-release

    Nothing published for this version

  40. v1.28.2-0.20240826034900-8cd72cedc517 26 Aug 2024 pre-release

    Nothing published for this version

  41. v1.28.1 04 Aug 2024

    Nothing published for this version

  42. v1.28.1-0.20240804122926-2cc1f8cad625 04 Aug 2024 pre-release

    Nothing published for this version

  43. v1.28.0 26 Jul 2024

    Nothing published for this version

  44. v1.27.4-0.20240726042241-ebceb9149597 26 Jul 2024 pre-release

    Nothing published for this version

  45. v1.27.4-0.20240724085441-a0af5e4368db 24 Jul 2024 pre-release

    Nothing published for this version

  46. v1.27.4-0.20240706155826-5588d0ae84a1 06 Jul 2024 pre-release

    Nothing published for this version

  47. v1.27.3 26 May 2024

    Nothing published for this version

  48. v1.27.3-0.20240526062324-9fc30d96be87 26 May 2024 pre-release

    Nothing published for this version

  49. v1.27.2 20 May 2024

    Nothing published for this version

  50. v1.27.1 23 Apr 2024

    Nothing published for this version

  51. v1.27.1-0.20240423185238-5fd41b4de216 23 Apr 2024 pre-release

    Nothing published for this version

  52. v1.27.0 15 Apr 2024

    Nothing published for this version

  53. v1.26.1-0.20240415035304-c6a9ca27d559 15 Apr 2024 pre-release

    Nothing published for this version

  54. v1.26.0 30 Mar 2024

    Nothing published for this version

  55. v1.25.1-0.20240330155204-c35040f28f6d 30 Mar 2024 pre-release

    Nothing published for this version

  56. v1.25.0 30 Nov 2023

    Nothing published for this version

  57. v1.24.1-0.20231130155725-a5eff69cc5b3 30 Nov 2023 pre-release

    Nothing published for this version

  58. v1.24.0 20 Nov 2023

    Nothing published for this version

  59. v1.23.1-0.20231120103021-eb77f78530fd 20 Nov 2023 pre-release

    Nothing published for this version

  60. v1.23.0 04 Nov 2023

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive