Fred Dyc

Results 3 comments of Fred Dyc

Hey I was just looking at the code, this line may be the culprit: ``` squirrel.Expr("expired_tx_id = '0'::xid8"), ``` https://github.com/Permify/permify/blob/391f4d194b23da52e8f87f97d6b526fc34b6a3aa/internal/repositories/postgres/utils/common.go#L34 It allows for still active tuples to be deleted, CMIIW.