Skip to content

Commit 9681b4c

Browse files
authored
Add changesets for postgres type changes (#352)
1 parent 26e2443 commit 9681b4c

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.changeset/empty-spiders-carry.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
'@powersync/service-module-postgres': patch
3+
'@powersync/service-sync-rules': patch
4+
'@powersync/service-image': patch
5+
---
6+
7+
Add the `custom_postgres_types` compatibility option. When enabled, domain, composite, enum, range, multirange and custom array types will get synced in a JSON representation instead of the raw postgres wire format.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@powersync/service-jpgwire': minor
3+
---
4+
5+
Add utilities for parsing serialized structures like compound types and arrays.

0 commit comments

Comments
 (0)