Replies: 1 comment 1 reply
-
Could you try with the latest master version to be sure? And attach the entire generated models script if possible, or at least a minimal working example. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm having an annoying issue with declared relationships on sqlacodegen 3.0.0rc5
Some relationships have normal names, and others have relationship names with an underscore appended to the end (which doesn't bother me):
But others have underscores appended to the end of them:
Does anyone know more about what logic sqlacodegen uses to determine what these fields are going to be named? I'd like to make it so these underscores are eliminated. This table in particular doesn't have any other fields named BLSampleImage, so this is not a name conflict
Beta Was this translation helpful? Give feedback.
All reactions