Results 1 to 4 of 4

Thread: DBRE MySQL Enum types being generated as strings

  1. #1
    Join Date
    Jun 2012
    Posts
    6

    Default DBRE MySQL Enum types being generated as strings

    Hi,

    I've read another thread on here about the same issue and was wondering if there had been any update on this as the workarounds seemed not ideal.

    So I've got a really simple test case with an enum column which is

    `completed` enum(\'Y\',\'N\') NOT NULL DEFAULT

    which is generated as

    @Column(name = "completed", length = 2)
    @NotNull
    private String Tasks.completed;

    and i'd like it to be generated in the same way as the enum types are generated from the roo command line.

    Thanks,
    Tim.

  2. #2
    Join Date
    Jan 2010
    Location
    Mislata - Valencia - Spain
    Posts
    162

    Default

    This is a good improvement ! Create a task into JIRA at https://jira.springsource.org/browse/ROO

    Regards !
    Mario Martínez Sánchez
    Project Manager & Software Architect
    --------------------------
    Disid Technologies S.L.
    http://www.disid.com
    --------------------------
    gvNIX
    http://gvnix.googlecode.com
    http://www.gvnix.org

  3. #3
    Join Date
    Jun 2012
    Posts
    6

    Default

    Should I add this as a request, I had a look at the website but couldn't see where to do this.

    Thanks,
    Tim.

  4. #4
    Join Date
    Jan 2010
    Location
    Mislata - Valencia - Spain
    Posts
    162

    Default

    Quote Originally Posted by tpynegar View Post
    Should I add this as a request, I had a look at the website but couldn't see where to do this.
    You need to register and create a new issue.
    Mario Martínez Sánchez
    Project Manager & Software Architect
    --------------------------
    Disid Technologies S.L.
    http://www.disid.com
    --------------------------
    gvNIX
    http://gvnix.googlecode.com
    http://www.gvnix.org

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •