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

SQL UPDATE query on local-only tables #37

Open
arbyys opened this issue Nov 3, 2024 · 1 comment
Open

SQL UPDATE query on local-only tables #37

arbyys opened this issue Nov 3, 2024 · 1 comment

Comments

@arbyys
Copy link

arbyys commented Nov 3, 2024

Allow to run SQL queries like:
UPDATE table SET col1=val1, col2=val2 WHERE condition;
on local-only _tables that are not synced. It's not a problem because local-only tables do not generate CRDT messages.

@steida
Copy link
Contributor

steida commented Nov 3, 2024

Yep, thank you for making an issue.

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

2 participants