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
I was upgrading to the latest release but I get an error in the generated code. It is related to how the variables are named in the generated models since it generated an error variable for the unique constraints which seems to follow the naming pattern <TableName>Errors.
But if you actually have a table, called device_errors it will also translate to DeviceErrors.
Hi,
I was upgrading to the latest release but I get an error in the generated code. It is related to how the variables are named in the generated models since it generated an error variable for the unique constraints which seems to follow the naming pattern
<TableName>Errors
.But if you actually have a table, called
device_errors
it will also translate toDeviceErrors
.Here is a minimal example:
The generated code cannot compile since
DeviceErrors
will be defined multiple times.Btw, I am really enjoying bob. Thanks for your work!
The text was updated successfully, but these errors were encountered: