elnicko / diffkit

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

mysql unrecognized dbType _MYSQL_INT_UNSIGNED #53

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a table in mysql with a column of type "unsigned int"
2. Compare that table
3.

Expect not to see exception.

See exception:
Caused by: java.lang.RuntimeException: unrecognized dbType_->_MYSQL_INT_UNSIGNED
        at org.diffkit.diff.sns.DKTableModelUtil.getModelType(DKTableModelUtil.java:172) [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]

Original issue reported on code.google.com by wvmcgu...@gmail.com on 1 Dec 2010 at 7:37

GoogleCodeExporter commented 9 years ago

Original comment by trur...@gmail.com on 2 Dec 2010 at 1:48

GoogleCodeExporter commented 9 years ago

Original comment by trur...@gmail.com on 2 Dec 2010 at 9:52

GoogleCodeExporter commented 9 years ago

Original comment by trur...@gmail.com on 2 Dec 2010 at 9:53

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

Original comment by trur...@gmail.com on 2 Dec 2010 at 11:43

GoogleCodeExporter commented 9 years ago

Original comment by trur...@gmail.com on 2 Dec 2010 at 12:43