Skip to content

Add Query, Exec, and Bind helpers#1442

Merged
stephenafamo merged 1 commit intoaarondl:masterfrom
parnic:add-global-and-panic-variants-of-query-exec-bind
Mar 28, 2025
Merged

Add Query, Exec, and Bind helpers#1442
stephenafamo merged 1 commit intoaarondl:masterfrom
parnic:add-global-and-panic-variants-of-query-exec-bind

Conversation

@parnic
Copy link
Contributor

@parnic parnic commented Mar 1, 2025

This adds variants of each of the global Query, Exec, and Bind variants to use the global executer, panic on error, or both where they were missing. Specifically:

  • BindGP
  • QueryRowG
  • QueryRowContextG
  • ExecG
  • ExecGP
  • QueryG
  • QueryGP
  • ExecContextG
  • ExecContextP
  • ExecContextGP
  • QueryContextG
  • QueryContextP
  • QueryContextGP

This adds variants of each of the global Query, Exec, and Bind variants to use the global executer, panic on error, or both where they were missing. Specifically:

* BindGP
* QueryRowG
* QueryRowContextG
* ExecG
* ExecGP
* QueryG
* QueryGP
* ExecContextG
* ExecContextP
* ExecContextGP
* QueryContextG
* QueryContextP
* QueryContextGP
@stephenafamo stephenafamo merged commit 4e7be9c into aarondl:master Mar 28, 2025
2 checks passed
@parnic parnic deleted the add-global-and-panic-variants-of-query-exec-bind branch March 28, 2025 14:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants