tag:github.com,2008:https://github.com/jaxxjj/sqlc/releasesRelease notes from sqlc2026-04-20T06:40:57Ztag:github.com,2008:Repository/1265989686/v2.3.42026-04-20T06:40:57Zv2.3.4: Guard nil cache in wpgx invalidation hooks (#14)<p>guard cache invalidation when cache is nil</p>DBL-Leetag:github.com,2008:Repository/1265989686/v2.3.32026-03-05T09:04:37Zv2.3.3: fix data race in wpgx invalidate generation (#13)<p>fix invalidate race in wpgx template</p>DBL-Leetag:github.com,2008:Repository/1265989686/v2.3.22026-01-27T05:35:35Zv2.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>mistyheytag:github.com,2008:Repository/1265989686/v2.3.12025-08-15T08:41:04Zv2.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>Stumbletag:github.com,2008:Repository/1265989686/v2.3.02024-08-28T00:30:41Zv2.3.0<p>update docs</p>Stumbletag:github.com,2008:Repository/1265989686/v2.2.22024-08-26T07:22:44Zv2.2.2: Update GUIDE.md (#5)<ul>
<li>
<p>Update GUIDE.md</p>
</li>
<li>
<p>Update GUIDE.md</p>
</li>
</ul>Stumbletag:github.com,2008:Repository/1265989686/v2.2.12024-07-11T17:32:35Zv2.2.1<p>doc: minor update about timeout and cache</p>Stumbletag:github.com,2008:Repository/1265989686/v2.1.112024-06-26T17:39:49Zv2.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>1dustycytag:github.com,2008:Repository/1265989686/v2.1.102024-04-10T08:53:45Zv2.1.10<p>fix: incorrect codegen when more than 1 noArg invalidate</p>Stumbletag:github.com,2008:Repository/1265989686/v2.1.92023-09-20T23:37:35Zv2.1.9<p>feat: use context logger</p>Stumble