You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by "Nikita Timofeev (JIRA)" <ji...@apache.org> on 2017/10/03 09:17:00 UTC

[jira] [Updated] (CAY-2361) PostgreSQL DbGenerator issues

     [ https://issues.apache.org/jira/browse/CAY-2361?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nikita Timofeev updated CAY-2361:
---------------------------------
    Description: 
Found following minor issues with {{SQL}} generated for PostgreSQL by Modeler:
- double precision type can't have size (i.e. {{double precision(15)}} is invalid syntax)
- -{{varchar}} size is limited to *10485760*, {{text}} type should be used to store bigger strings-

  was:
Found following minor issues with {{SQL}} generated for PostgreSQL by Modeler:
- double precision type can't have size (i.e. {{double precision(15)}} is invalid syntax)
- {{varchar}} size is limited to *10485760*, {{text}} type should be used to store bigger strings


> PostgreSQL DbGenerator issues
> -----------------------------
>
>                 Key: CAY-2361
>                 URL: https://issues.apache.org/jira/browse/CAY-2361
>             Project: Cayenne
>          Issue Type: Bug
>          Components: Database integration, Modeler, Non-GUI Tools
>            Reporter: Nikita Timofeev
>            Priority: Minor
>              Labels: pull-request-available
>
> Found following minor issues with {{SQL}} generated for PostgreSQL by Modeler:
> - double precision type can't have size (i.e. {{double precision(15)}} is invalid syntax)
> - -{{varchar}} size is limited to *10485760*, {{text}} type should be used to store bigger strings-



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)