UpdateHook works on same connection only? #258
Answered
by
ncruces
tdang-github
asked this question in
Q&A
-
Hi, Example test case below.
|
Beta Was this translation helpful? Give feedback.
Answered by
ncruces
Apr 3, 2025
Replies: 1 comment 5 replies
-
Of course it is per connection. You're setting it on the connection, why would you expect it to be global? It's also per connection on SQLite: |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
ncruces
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Of course it is per connection. You're setting it on the connection, why would you expect it to be global?
It's also per connection on SQLite:
https://sqlite.org/c3ref/update_hook.html