I have tried with 1.3.176 too, and I've got the following:

Caused by: org.h2.jdbc.JdbcSQLException: General error: 
"java.lang.NullPointerException" [50000-176]
 at org.h2.message.DbException.getJdbcSQLException(DbException.java:344)
 at org.h2.message.DbException.get(DbException.java:167)
 at org.h2.message.DbException.convert(DbException.java:294)
 at org.h2.message.DbException.toSQLException(DbException.java:267)
 at org.h2.message.TraceObject.logAndConvert(TraceObject.java:372)
 at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:280)
 at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.
prepareStatement(DatabaseAccessor.java:1556)
 at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.
prepareStatement(DatabaseAccessor.java:1505)
 at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.
prepareStatement(DatabaseCall.java:778)
 at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.
basicExecuteCall(DatabaseAccessor.java:619)
 ... 89 more
Caused by: java.lang.NullPointerException
 at org.h2.table.TableFilter.prepare(TableFilter.java:264)
 at org.h2.table.TableFilter.prepare(TableFilter.java:281)
 at org.h2.table.TableFilter.prepare(TableFilter.java:281)
 at org.h2.command.dml.Select.preparePlan(Select.java:975)
 at org.h2.command.dml.Select.prepare(Select.java:857)
 at org.h2.command.Parser.prepareCommand(Parser.java:248)
 at org.h2.engine.Session.prepareLocal(Session.java:442)
 at org.h2.engine.Session.prepareCommand(Session.java:384)
 at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1188)
 at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.
java:73)
 at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:276)
 ... 93 more



-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.

Reply via email to