Skip to content

Commit

Permalink
Was getting 'failed to determine auto increment status' on views...sh…
Browse files Browse the repository at this point in the history
…ouldn't even try with views
  • Loading branch information
johncurrier committed Jul 20, 2005
1 parent 1b2cfab commit d60f80f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/net/sourceforge/schemaspy/model/Table.java
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,8 @@ private void initColumns(DatabaseMetaData meta) throws SQLException {
}
}

initColumnAutoUpdate(meta);
if (!isView())
initColumnAutoUpdate(meta);
}

private void initColumnAutoUpdate(DatabaseMetaData meta) throws SQLException {
Expand Down

0 comments on commit d60f80f

Please sign in to comment.