Skip to content

Commit

Permalink
0001952: NullPointerException when setting replication for an unsuppo…
Browse files Browse the repository at this point in the history
…rted table in PostgreSQL
  • Loading branch information
chenson42 committed Sep 4, 2014
1 parent 68ab241 commit 0e470de
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -79,8 +79,9 @@ protected Table readTable(Connection connection, DatabaseMetaDataWrapper metaDat
}
}
}

setPrimaryKeyConstraintName(connection, table);
}
setPrimaryKeyConstraintName(connection, table);
return table;
}

Expand Down

0 comments on commit 0e470de

Please sign in to comment.