[
https://issues.apache.org/jira/browse/EMPIREDB-204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13903837#comment-13903837
]
Pavel Semenov commented on EMPIREDB-204:
----------------------------------------
We develope cross database platform and it would be nice if empiredb will
generate correct scripts for all supported databases with one schema defenition.
> PostgreSQL not supports size parameter on BYTEA
> -----------------------------------------------
>
> Key: EMPIREDB-204
> URL: https://issues.apache.org/jira/browse/EMPIREDB-204
> Project: Empire-DB
> Issue Type: Bug
> Components: Core
> Affects Versions: empire-db-2.4.2
> Reporter: Pavel Semenov
>
> PostgreDBDDLGenerator generates 'BYTEA(size)' for BLOB column data type, but
> Postgresql not supports 'size' parameter.
> It's just needed to add this code to overriden method 'appendColumnDataType'
> to fix:
> case BLOB:
> sql.append(DATATYPE_BLOB);
> break;
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)