electric-sql / electric

Local-first sync layer for web and mobile apps. Build reactive, realtime, local-first apps directly on Postgres.
https://electric-sql.com
Apache License 2.0
5.37k stars 124 forks source link

fix (client): fix immutable fields in setReplicationTransform #1374

Closed kevin-dp closed 2 weeks ago

kevin-dp commented 2 weeks ago

This PR modifies the immutable fields that are checked in setReplicationTransform such that it checks for the outgoing FK columns and the PK columns that are being pointed at. Also adds unit tests to check that these are computed correctly and an error is thrown if we try to modify them.