Skip to content

H2 cannot handle a BLOB when spelled BINARY LARGE OBJECT #156

@ewillink

Description

@ewillink

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions