Commit 254353d
Preserve live-query re-evaluation when writes race
* fix: replace infinite retry loop in _execOverDatabase with counterBefore signal for eventual consistency
Agent-Logs-Url: https://github.com/pubkey/rxdb/sessions/e3b3eb19-a9bb-4a2e-ade7-4a0d97dab92f
Co-authored-by: pubkey <8926560+pubkey@users.noreply.github.com>
* test: add regression test for #7067 first-emission stall under concurrent writes
Agent-Logs-Url: https://github.com/pubkey/rxdb/sessions/18b5bac4-27b1-4b4f-a295-1f30c3108f7a
Co-authored-by: pubkey <8926560+pubkey@users.noreply.github.com>
* fix: restore fixed wait in query rerun path
Agent-Logs-Url: https://github.com/pubkey/rxdb/sessions/e5ba458c-8692-4a6e-9c4c-fc4c9a0c0251
Co-authored-by: pubkey <8926560+pubkey@users.noreply.github.com>
* test: remove complex #7067 regression case
Agent-Logs-Url: https://github.com/pubkey/rxdb/sessions/7f3e4920-b04a-47bf-9b2c-a369a840a9ee
Co-authored-by: pubkey <8926560+pubkey@users.noreply.github.com>
* docs: add changelog entry for issue 8444
Agent-Logs-Url: https://github.com/pubkey/rxdb/sessions/e10a28bf-0e68-41a2-ad64-b8fc905af251
Co-authored-by: pubkey <8926560+pubkey@users.noreply.github.com>
* docs: correct changelog wording for issue 8444
Agent-Logs-Url: https://github.com/pubkey/rxdb/sessions/698d5cce-d56a-45ec-8dd7-34d782157358
Co-authored-by: pubkey <8926560+pubkey@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: pubkey <8926560+pubkey@users.noreply.github.com>_execOverDatabase() (#8536)1 parent dcfc90e commit 254353d
2 files changed
Lines changed: 19 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
283 | 283 | | |
284 | 284 | | |
285 | 285 | | |
286 | | - | |
287 | | - | |
288 | | - | |
289 | | - | |
290 | | - | |
291 | | - | |
292 | | - | |
293 | | - | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
294 | 289 | | |
295 | 290 | | |
296 | 291 | | |
| |||
343 | 338 | | |
344 | 339 | | |
345 | 340 | | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
346 | 355 | | |
347 | | - | |
| 356 | + | |
348 | 357 | | |
349 | 358 | | |
350 | 359 | | |
| |||
0 commit comments