exec: deletions not processed correctly in transformed tables
Closed this issue · 1 comments
nassibnassar commented
A record known to be deleted appears to be still present in the transformed table:
SELECT a.id AS id1, b.id AS id2
FROM folio_users.users__t AS a
LEFT JOIN folio_users.users AS b ON a.id=b.id
WHERE b.id IS NULL;
id1 | id2
--------------------------------------+-----
14eb3416-7de4-49be-a11f-df2a057e1d5d |
(1 row)
nassibnassar commented
closed by 119905f