oasp / oasp4j

The Open Application Standard Platform for Java
Apache License 2.0
60 stars 303 forks source link

Column type Bytea error for PostgreSQL #643

Closed AbhayChandel closed 6 years ago

AbhayChandel commented 6 years ago

When testing PR#629 with Postgresql version 9.6.9 & 10.4, error : found [bytea (Types#BINARY)], but expecting [oid (Types#BLOB)] encountered in column [content] in table [BinaryObject] bytea_postgresql_error.txt

vapadwal commented 6 years ago

Closing this issue as the issue was because project was not created properly