Skip to content

Conversation

@isAdrisal
Copy link
Contributor

@isAdrisal isAdrisal commented Nov 6, 2025

Adds statement.setAllowUnknownNamedParameters(enabled) to node:sqlite.

Closes #31196

This is my first commit to deno and I'm very new to rust so apologies in advance for any dumb mistakes!

I've mostly copied the implementation of setAllowBareNamedParams so hopefully it's mostly correct.

@CLAassistant
Copy link

CLAassistant commented Nov 6, 2025

CLA assistant check
All committers have signed the CLA.

@isAdrisal isAdrisal marked this pull request as ready for review November 6, 2025 09:22
@isAdrisal isAdrisal marked this pull request as draft November 6, 2025 09:41
@isAdrisal isAdrisal marked this pull request as ready for review November 6, 2025 10:41
@isAdrisal
Copy link
Contributor Author

@bartlomieju I think this is ready to review if you have some time :)

Copy link
Member

@littledivy littledivy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@littledivy littledivy merged commit b0cfbf5 into denoland:main Nov 14, 2025
19 checks passed
bartlomieju pushed a commit to bartlomieju/deno that referenced this pull request Nov 17, 2025
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.

node:sqlite: StatementSync's setAllowUnknownNamedParameters(boolean) method isn't implemented

3 participants