View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001952 | SymmetricDS | Bug | public | 2014-09-04 08:08 | 2015-01-06 22:27 |
Reporter | asinvani | Assigned To | chenson | ||
Priority | normal | ||||
Status | closed | Resolution | fixed | ||
Product Version | 3.6.5 | ||||
Target Version | 3.7.0 | Fixed in Version | 3.7.0 | ||
Summary | 0001952: NullPointerException when setting replication for an unsupported table in PostgreSQL | ||||
Description | In PostgreSqlDdlReader::readTable line 83: setPrimaryKeyConstraintName(connection, table); is done outside the if (table != null) condition, which in turn causes a NullPointerException in line 93: pstmt.setString(1, table.getName()); | ||||
Steps To Reproduce | create a table with no primary key and no columns (or any non-supported table in PostgreSQL), and set SymmetricDS to replicate all tables | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2014-09-04 08:08 | asinvani | New Issue | |
2014-09-04 08:10 | asinvani | Note Added: 0000568 | |
2014-09-04 11:33 | chenson | Fixed in Version | => 3.7.0 |
2014-09-04 11:33 | chenson | Target Version | => 3.7.0 |
2014-09-04 11:33 | chenson | Status | new => resolved |
2014-09-04 11:33 | chenson | Resolution | open => fixed |
2014-09-04 11:33 | chenson | Assigned To | => chenson |
2014-09-04 12:00 | chenson | Changeset attached | => SymmetricDS trunk r8661 |
2015-01-06 22:27 | chenson | Status | resolved => closed |
2015-07-31 01:49 | chenson | Changeset attached | => SymmetricDS master 0e470de8 |