nalio / diffkit

Automatically exported from code.google.com/p/diffkit
0 stars 0 forks source link

Postgres data type "timestamp with time zone" throws "unrecognized dbType"-excecption #51

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. PostgreSQL database
2. table with column of type "timestamp with time zone"
3. diff with org.diffkit.diff.conf.DKMagicPlan throws exception

What is the expected output? What do you see instead?
Caused by: java.lang.RuntimeException: unrecognized 
dbType_->_POSTGRES_TIMESTAMPTZ
        at org.diffkit.diff.sns.DKTableModelUtil.getModelType(DKTableModelUtil.java:170) [diffkit-app.jar:na]
        at org.diffkit.diff.sns.DKTableModelUtil.createDefaultColumnModel(DKTableModelUtil.java:97) [diffkit-app.jar:na]
        at org.diffkit.diff.sns.DKTableModelUtil.createDefaultTableModel(DKTableModelUtil.java:78) [diffkit-app.jar:na]
        at org.diffkit.diff.sns.DKDBSource.getModel(DKDBSource.java:294) [diffkit-app.jar:na]

What version of the product are you using? On what operating system?
diffkit 0.8.3
Postgres 8.4 on windows

Please provide any additional information below.

Original issue reported on code.google.com by briro...@googlemail.com on 24 Nov 2010 at 1:15

GoogleCodeExporter commented 9 years ago

Original comment by trur...@gmail.com on 25 Nov 2010 at 8:29

GoogleCodeExporter commented 9 years ago

Original comment by trur...@gmail.com on 25 Nov 2010 at 8:29

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

Original comment by trur...@gmail.com on 25 Nov 2010 at 2:14

GoogleCodeExporter commented 9 years ago

Original comment by trur...@gmail.com on 29 Nov 2010 at 10:04