-
-
Notifications
You must be signed in to change notification settings - Fork 817
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added ability to receive updates from sqlite3_update_hook
#1267
Conversation
This would sure be useful. Any updates? |
Triggering CI again, this PR looks good. |
Is it still open due to conflicts in |
This would be very useful for my project |
+1 this :) |
@soukand Would you be able to rebase the PR? 🙂 |
+1 this will be a game changer for what I am working on. Can we get this merged? |
We need this too. Are there any plans to merge it anytime soon? |
Hi all! 👋🏻 I am working on rebasing this myself but currently running into a situation where it causes the process to hang. I should have some more time next week to work on it 🙂 |
18b9ba0
to
b207280
Compare
sqlite3_update_hook
closes TryGhost#419 - this adds support for a `change` event which forwards events arising from `sqlite3_update_hook`
b207280
to
946a3f6
Compare
Thanks for the patience everyone - this will be released shortly 🙂 |
This seems to be missing from the documentation. Is there a more up-to-date API documentation than the Github wiki? |
Currently there are event
insert/update/delete
events defined on javascript side, but they are not working c++ side.The code was already implemented in pull request #1174, but tests weren't added, so i decided to add them myself.