You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During targets being matched to sources process, at TargetMatcher.match(ObjectContext, Map<Object, Map<String, Object>>) no targets are being obtained:
[17/Aug/2018:05:14:26,432] bootique-job-1 INFO o.a.c.l.JdbcEventLogger: SELECT t0.source, t0.CRYPTO_source_id /* some more fields */ FROM my_schema.some_entity t0 WHERE (t0.source = ?) AND (t0.CRYPTO_source_id = ?) [bind: 1->source:'cdn', 2->CRYPTO_source_id:1]
[17/Aug/2018:05:14:26,480] bootique-job-1 INFO o.a.c.l.JdbcEventLogger: === returned 0 rows. - took 537 ms.
Though the according target is existing LinkMove will produce a duplicate.
The text was updated successfully, but these errors were encountered:
Database SQL:
Cayenne model:
LinkMove match by:
There is Source ID is being encrypted column.
During targets being matched to sources process, at TargetMatcher.match(ObjectContext, Map<Object, Map<String, Object>>) no targets are being obtained:
Though the according target is existing LinkMove will produce a duplicate.
The text was updated successfully, but these errors were encountered: