We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e5b8bd commit 3ff760cCopy full SHA for 3ff760c
packages/powersync_core/lib/src/database/powersync_db_mixin.dart
@@ -540,8 +540,8 @@ mixin PowerSyncDatabaseMixin implements SqliteConnection {
540
/// Unlike [getNextCrudTransaction], which awalys returns the oldest
541
/// transaction that hasn't been [CrudTransaction.complete]d yet, this stream
542
/// can be used to receive multiple transactions. Calling
543
- /// [CrudTransaction.complete] will mark _all_ transactions emitted by the
544
- /// stream until that point as completed.
+ /// [CrudTransaction.complete] will mark that transaction and all prior
+ /// transactions emitted by the stream as completed.
545
///
546
/// This can be used to upload multiple transactions in a single batch, e.g.
547
/// with:
0 commit comments