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