jan created EMPIREDB-210:
----------------------------

             Summary: Wrong Java Type in Records for BLOB Columns
                 Key: EMPIREDB-210
                 URL: https://issues.apache.org/jira/browse/EMPIREDB-210
             Project: Empire-DB
          Issue Type: Bug
          Components: CodeGenerator
    Affects Versions: empire-db-2.4.3
            Reporter: jan
            Priority: Minor


When using the empire-db-codegen project to reverse engineer an existing 
database the data type BLOB is broken. For example the getter in the record for 
column BLOB_VALUE (Data Type BLOB) is generated as:

public [Ljava.lang.Byte; getBlobValue() {
        return ([Ljava.lang.Byte;)super.getValue(getTable().BLOB_VALUE);
}

"[Ljava.lang.Byte;" is clearly wrong.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to