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

Clients receive a subscription update when a custom SQL query is run from the CLI #1179

Open
cloutiertyler opened this issue Apr 29, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@cloutiertyler
Copy link
Contributor

The BitCraft team ran into a situation where someone posted a chat message and they wanted to delete the row from ChatMessage. When they deleted the chat message using a DELETE FROM ChatMessage WHERE user_id=x they were able to delete the row but it didn't make the message disappear for clients. It appears that we don't send clients transaction updates after we are done processing a transaction which was started from a CLI SQL query.

@cloutiertyler cloutiertyler added the bug Something isn't working label Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants