bigcy / tungsten-replicator

Automatically exported from code.google.com/p/tungsten-replicator
0 stars 0 forks source link

Null values are not correctly handled in keys for row events #659

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
On the extractor side, there is an optimization that indicates that all values 
of columns (or keys) are NULL.

However, on keys, there is an issue where all values are set to null whereas 
this is not truly the case (some values should not be null)

As a consequence, some statements will fail to update or delete rows and the 
log will show :

WARN  applier.JdbcApplier UPDATE or DELETE statement did not process any row...

Original issue reported on code.google.com by stephane...@continuent.com on 7 Aug 2013 at 10:00

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r1561.

Original comment by stephane...@continuent.com on 7 Aug 2013 at 10:06

GoogleCodeExporter commented 9 years ago

Original comment by linas.vi...@continuent.com on 12 Aug 2013 at 5:02