Skip to content
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

[C Bindings] Missing hook function #1418

Open
ospfranco opened this issue May 25, 2024 · 7 comments
Open

[C Bindings] Missing hook function #1418

ospfranco opened this issue May 25, 2024 · 7 comments

Comments

@ospfranco
Copy link
Contributor

The sqlite update/commit/rollback hooks are necessary to implement reactive queries as they notify of changes made on tables and rows.

They appear to be missing from the C headers.

@haaawk
Copy link
Contributor

haaawk commented May 25, 2024

I'm not sure this is something we support at the moment. We might for local only and maybe for embedded replicas but I'm pretty sure we don't support such thing for remote only clients

@ospfranco
Copy link
Contributor Author

I'm using it for reactive queries. In case you want that functionality this will need to be enabled.

@penberg
Copy link
Collaborator

penberg commented Jun 3, 2024

We should expose the hooks to local databases, as discussed here: https://discord.com/channels/933071162680958986/1154725980183732224/1245079190684958861

@ignatz
Copy link
Contributor

ignatz commented Sep 4, 2024

Is there any update? Are you open towards external contributions?

@ignatz
Copy link
Contributor

ignatz commented Oct 8, 2024

Friendly ping. I'm considering to give this a shot.

@ignatz
Copy link
Contributor

ignatz commented Nov 18, 2024

Friendly ping. Is there any update? Would you welcome a contribution?

@ignatz
Copy link
Contributor

ignatz commented Nov 24, 2024

Sent out #1839 as an RFC.

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

No branches or pull requests

4 participants