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 9373c07 commit 95688e6Copy full SHA for 95688e6
crates/core/src/sync/streaming_sync.rs
@@ -589,6 +589,9 @@ impl StreamingSyncIteration {
589
buckets: requests,
590
include_checksum: true,
591
raw_data: true,
592
+ // Clients are not supposed to set this field, but old versions of the PowerSync service
593
+ // will break if it's not set and the SDK requests sync data as BSON.
594
+ // For details, see https://github.com/powersync-ja/powersync-service/pull/332
595
binary_data: true,
596
client_id: client_id(self.db)?,
597
parameters: self.options.parameters.take(),
0 commit comments