Uh oh!
There was an error while loading. Please reload this page.
Added ability to receive updates from sqlite3_update_hook - #1267
Conversation
cuberoot
commented
Feb 20, 2020
This would sure be useful. Any updates? |
kewde
commented
Feb 20, 2020
Triggering CI again, this PR looks good. |
tiendq
commented
Sep 15, 2020
Is it still open due to conflicts in |
Uh oh!
There was an error while loading. Please reload this page.
justinmoon
commented
Mar 26, 2022
This would be very useful for my project |
aceslick911
commented
Apr 12, 2022
+1 this :) |
daniellockyer
commented
May 18, 2022
@soukand Would you be able to rebase the PR? 🙂 |
maxpert
commented
Aug 18, 2022
+1 this will be a game changer for what I am working on. Can we get this merged? |
volkanunsal
commented
Sep 2, 2022
We need this too. Are there any plans to merge it anytime soon? |
daniellockyer
commented
Sep 8, 2022
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
b207280Comparesqlite3_update_hookclosesTryGhost#419 - this adds support for a `change` event which forwards events arising from `sqlite3_update_hook`
b207280 to
946a3f6Comparedaniellockyer
commented
Sep 13, 2022
Thanks for the patience everyone - this will be released shortly 🙂 |
codebrainz
commented
Dec 26, 2022
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/deleteevents 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.