[
https://issues.apache.org/jira/browse/EMPIREDB-210?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rainer Döbele resolved EMPIREDB-210.
------------------------------------
Resolution: Fixed
Fix Version/s: empire-db-2.4.4
Assignee: Rainer Döbele
Solved by Jan on 26/Aug/2014.
> 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
> Assignee: Rainer Döbele
> Priority: Minor
> Fix For: empire-db-2.4.4
>
> Attachments: Record.vm.patch
>
>
> 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)