Skip to content

error creating a transaction: sqlitex.Exec: sqlite: clear bindings: interrupted #70

Answered by zombiezen
thedmdim asked this question in Q&A
Discussion options

You must be logged in to vote

The error you're seeing is what happens when a statement is interrupted by its interrupt channel. That's usually set by the pool when you use Get with the request's context. These sorts of errors are to be expected.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@thedmdim
Comment options

@zombiezen
Comment options

Answer selected by thedmdim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #69 on January 18, 2024 16:05.