Menu

Two issues in DifferentialSynchronizationStrategy

Help
yylqinghao
2014-08-21
2014-08-23
  • yylqinghao

    yylqinghao - 2014-08-21
    1. Line 225: selectAllStatement = targetConnection.prepareStatement(selectAllSQL);
      I think the used connection must be sourceConnection.

    2. Line 349 and Line 422: ResultSet selectAllResultSet = selectAllStatement.executeQuery();
      The selectAllResultSet.next() method must be called before use selectAllResultSet, otherwise it will cause an Exception.

     

Log in to post a comment.