Skip to content

Conversation

@louwers
Copy link
Contributor

@louwers louwers commented Aug 13, 2025

Only a single authorizer can be in place on a database connection at a time. Each call to sqlite3_set_authorizer overrides the previous call. Disable the authorizer by installing a NULL callback. The authorizer is disabled by default.

https://www.sqlite.org/c3ref/set_authorizer.html

@tomayac tomayac merged commit 31e4b6e into sqlite:main Aug 14, 2025
@tomayac
Copy link
Collaborator

tomayac commented Aug 14, 2025

Thanks, this will be part of the next build.

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