Hi, This is a Java 6 feature, and H2 doesn't support it yet. I will implement it in the next release.
Regards, Thomas On Thu, Jul 23, 2009 at 5:15 AM, DinamicaFramework<[email protected]> wrote: > > Hi, I am testing H2 with an ER designer plugin for Eclipse called > AmaterasERD. It seems that H2 is not exporting the column > IS_AUTOINCREMENT, but the JavaDocs for this method says that the > column is expected in the returned resultset: > > http://java.sun.com/javase/6/docs/api/java/sql/DatabaseMetaData.html#getColumns(java.lang.String, > java.lang.String, java.lang.String, java.lang.String) > > The stacktrace for the case reported: > > Column IS_AUTOINCREMENT not found [42122-116] > at org.h2.message.Message.getSQLException(Message.java:105) > at org.h2.message.Message.getSQLException(Message.java:116) > at org.h2.message.Message.getSQLException(Message.java:75) > at org.h2.jdbc.JdbcResultSet.getColumnIndex(JdbcResultSet.java:2962) > at org.h2.jdbc.JdbcResultSet.get(JdbcResultSet.java:3038) > at org.h2.jdbc.JdbcResultSet.getString(JdbcResultSet.java:282) > > Regards, > Martin Cordova > http://www.martincordova.com > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/h2-database?hl=en -~----------~----~----~----~------~----~------~--~---
