Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unrecognized dbType_->_POSTGRES_SERIAL with postgresql databases #71

Open
GoogleCodeExporter opened this issue Jan 7, 2016 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. PostgreSQL database
2. table with column of type "serial"
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_SERIAL
        at org.diffkit.diff.sns.DKTableModelUtil.getModelType(DKTableModelUtil.java:202) [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:284) [diffkit-app.jar:na]


What version of the product are you using? On what operating system?
diffkit 0.9.0
PostgreSQL 8.4

Please provide any additional information below.


Original issue reported on code.google.com by christia...@calorieking.com on 19 Jul 2011 at 10:31

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant