Open arbyys opened 1 week ago
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.
UPDATE table SET col1=val1, col2=val2 WHERE condition;
Yep, thank you for making an issue.
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.