Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions crates/core/src/sync/streaming_sync.rs
Original file line number Diff line number Diff line change
Expand Up @@ -589,6 +589,9 @@ impl StreamingSyncIteration {
buckets: requests,
include_checksum: true,
raw_data: true,
// Clients are not supposed to set this field, but old versions of the PowerSync service
// will break if it's not set and the SDK requests sync data as BSON.
// For details, see https://github.com/powersync-ja/powersync-service/pull/332
binary_data: true,
client_id: client_id(self.db)?,
parameters: self.options.parameters.take(),
Expand Down
Loading