Share

Grails Application Generator

Subscribe

Bug - db column names containing underscore

You are viewing a single message from this topic. View all messages.

  1. 2009-09-22 17:16:21 UTC

    [Reposting to escape underscores] Using GRAG 1.1 for the first time, pretty cool product. However, I noticed that the created domain class removes underscores from my column names, and converts them to camel case, ie: column name "job_no" becomes "jobNo" in the domain.groovy file. In the GRAG gui, when I click on a column in my Entity, it shows the Name : "jobNo", and Column name: job_no. However, the constraint in the created domain class shows jobNo(max: 2147483647). Is this a known bug?

    Thanks

< Previous | 1 | Next >

Add a Reply

This forum does not allow anonymous participation.

Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.