You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi I'm new to grails, and have been experimenting with this plugin. I was wondering if there is there a way to configure table field names? When I tried to run nimble on sql server, there are several errors because some field names are sql keywords. I tried to add the following in the NimbleConfig.groovy:
fieldnames {
external="is_external"
}
But this doesnt seem to get picked up, and I still see keyword related sql syntax errors.
The text was updated successfully, but these errors were encountered:
Right, I was able to find documentation on changing the table names, but I was asking about changing the column names in the tables. Are those configurable?
Adding this to NimbleConfig.groovy didn't seem to work:
Hi I'm new to grails, and have been experimenting with this plugin. I was wondering if there is there a way to configure table field names? When I tried to run nimble on sql server, there are several errors because some field names are sql keywords. I tried to add the following in the NimbleConfig.groovy:
fieldnames {
external="is_external"
}
But this doesnt seem to get picked up, and I still see keyword related sql syntax errors.
The text was updated successfully, but these errors were encountered: