Skip to content

Commit

Permalink
Merge branch '3.8' of https://github.com/JumpMind/symmetric-ds.git in…
Browse files Browse the repository at this point in the history
…to 3.8
  • Loading branch information
chenson42 committed Aug 1, 2017
2 parents 0f63dd4 + f1ec560 commit 0679d7e
Showing 1 changed file with 0 additions and 3 deletions.
Expand Up @@ -239,9 +239,6 @@ public Trigger mapRow(Row row) {
protected Integer mapUnknownJdbcTypeForColumn(Map<String, Object> values) {
String tableName = (String) values.get("TABLENAME");
String fieldName = (String) values.get("FIELD");
if (tableName.equalsIgnoreCase("sym_channel") && fieldName.equalsIgnoreCase("max_network_kbps")) {
System.out.println("HI!" + values.get("FIELD"));
}

Integer type = (Integer) values.get("DATA_TYPE");
if (type != null && type.intValue() == Types.CLOB) {
Expand Down

0 comments on commit 0679d7e

Please sign in to comment.