tag:github.com,2008:https://github.com/jaxxjj/sqlc/releases Release notes from sqlc 2026-04-20T06:40:57Z tag:github.com,2008:Repository/1265989686/v2.3.4 2026-04-20T06:40:57Z v2.3.4: Guard nil cache in wpgx invalidation hooks (#14) <p>guard cache invalidation when cache is nil</p> DBL-Lee tag:github.com,2008:Repository/1265989686/v2.3.3 2026-03-05T09:04:37Z v2.3.3: fix data race in wpgx invalidate generation (#13) <p>fix invalidate race in wpgx template</p> DBL-Lee tag:github.com,2008:Repository/1265989686/v2.3.2 2026-01-27T05:35:35Z v2.3.2: Fix macOS 15.4+ build issues with strchrnul (#9) <ul> <li>build: add macOS 15.4+ strchrnul compatibility fix</li> </ul> <p>Add build environment configuration to handle strchrnul availability on macOS 15.4+.<br> This ensures proper compilation on newer macOS versions by setting the appropriate<br> deployment target and CGO flags when needed.</p> <ul> <li>fix: update version variable path in release script</li> </ul> <p>Update the ldflags version variable path from internal/cmd.version to<br> internal/info.Version to match the current codebase structure.</p> <ul> <li>refactor: update wpgx import path to one2x-ai organization</li> </ul> <ul> <li>Change wpgx import from github.com/stumble/wpgx to github.com/one2x-ai/wpgx</li> <li>Update driver.go SQLDriverWPGX constant</li> <li>Update imports.go wpgx package references in db and batch imports</li> <li>Required for organization-specific wpgx fork with SSL support</li> </ul> <ul> <li>fix: revert wpgx import path back to stumble/wpgx</li> </ul> <p>Per reviewer feedback, keep the wpgx import path as github.com/stumble/wpgx<br> instead of github.com/one2x-ai/wpgx for this PR.</p> mistyhey tag:github.com,2008:Repository/1265989686/v2.3.1 2025-08-15T08:41:04Z v2.3.1: feat: Enhance type inference scoring and parameter reference handling <p>This commit introduces a new function scoreParamRefForTypeInference to evaluate parameter references based on their context for type inference. The scoring system prioritizes contexts like explicit type casts and comparison operations,<br> which are excellent for type inference, while assigning lower scores to contexts like IS NULL checks.</p> <p>Additionally, the uniqueParamRefs function is refactored to group parameter references by their number and select the reference with the best type inference context. This ensures more accurate type inference by leveraging the newly<br> introduced scoring system. Unnamed parameters are also handled more effectively for non-dollar parameter styles.</p> Stumble tag:github.com,2008:Repository/1265989686/v2.3.0 2024-08-28T00:30:41Z v2.3.0 <p>update docs</p> Stumble tag:github.com,2008:Repository/1265989686/v2.2.2 2024-08-26T07:22:44Z v2.2.2: Update GUIDE.md (#5) <ul> <li> <p>Update GUIDE.md</p> </li> <li> <p>Update GUIDE.md</p> </li> </ul> Stumble tag:github.com,2008:Repository/1265989686/v2.2.1 2024-07-11T17:32:35Z v2.2.1 <p>doc: minor update about timeout and cache</p> Stumble tag:github.com,2008:Repository/1265989686/v2.1.11 2024-06-26T17:39:49Z v2.1.11 <p>identify table name using double quotes (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2372277834" data-permission-text="Title is private" data-url="https://github.com/Stumble/sqlc/issues/4" data-hovercard-type="pull_request" data-hovercard-url="/Stumble/sqlc/pull/4/hovercard" href="https://github.com/Stumble/sqlc/pull/4">Stumble#4</a>)</p> 1dustycy tag:github.com,2008:Repository/1265989686/v2.1.10 2024-04-10T08:53:45Z v2.1.10 <p>fix: incorrect codegen when more than 1 noArg invalidate</p> Stumble tag:github.com,2008:Repository/1265989686/v2.1.9 2023-09-20T23:37:35Z v2.1.9 <p>feat: use context logger</p> Stumble