-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
flush table change updates on trailing edge. Prevents race conditions…
… in watched queries
- Loading branch information
1 parent
7d4c6fe
commit 63887f4
Showing
4 changed files
with
20 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@journeyapps/powersync-sdk-common': patch | ||
--- | ||
|
||
Fixed table change updates to be throttled and flushed on the trailing edge to avoid race conditions in watched queries. |
Submodule supabase-todolist
updated
9 files
+22 −22 | README.md | |
+1 −1 | android/gradle.properties | |
+2 −2 | app.json | |
+2 −1 | app/index.tsx | |
+11 −11 | ios/Podfile.lock | |
+2 −2 | library/supabase/AppConfig.template.ts | |
+13 −10 | library/widgets/TodoItemWidget.tsx | |
+3 −3 | package.json | |
+24 −24 | yarn.lock |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters