eclipse-modisco/org.eclipse.modisco#1103 describes reactivation of a disabled MoDisco JUnit test that instrumented a variety of EMF executions, some of which use H2 and some Derby. The H2 ones now fail.
It would appear that the evolution of H2Adapter.getTypeName() is incompatible with DerbyAdapter.getTypeName(). The latter can return "BLOB" whereas the former can return "BINARY LARGE OBJECT". This provokes an SQL syntax error when used as a field in a table.
eclipse-modisco/org.eclipse.modisco#1103 describes reactivation of a disabled MoDisco JUnit test that instrumented a variety of EMF executions, some of which use H2 and some Derby. The H2 ones now fail.
It would appear that the evolution of H2Adapter.getTypeName() is incompatible with DerbyAdapter.getTypeName(). The latter can return "BLOB" whereas the former can return "BINARY LARGE OBJECT". This provokes an SQL syntax error when used as a field in a table.