authzed/connector-postgresql

Deletes are not properly handled from the generated replication log.

ecordell opened this issue · 0 comments

The replication log follower was written assuming that delete events included all column values. But delete events only include the fields referenced by the WHERE clause of delete queries, which means that deletes are not properly propagated to spicedb.

Note that this only affects the run command, which tails the replication log, and not config or import.