X Tutup
The Wayback Machine - https://web.archive.org/web/20201209034258/https://github.com/volatiletech/sqlboiler/pull/822
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TableNames now honors config alias overrides #822

Open
wants to merge 1 commit into
base: dev
from

Conversation

@mgrubb
Copy link

@mgrubb mgrubb commented Aug 11, 2020

Fixes #813

Fixes #813
@aarondl
Copy link
Member

@aarondl aarondl commented Aug 26, 2020

You know I hadn't thought about it until just now. But this is a breaking change :( Meaning we can't add it since suddenly people's generated code will fail to compile if they just regenerate. Backwards compatibility is tough.

@mgrubb
Copy link
Author

@mgrubb mgrubb commented Sep 3, 2020

Would a command flag to switch this change on and keep the default behavior as it is be adequate to address backward compatibility?

@aarondl
Copy link
Member

@aarondl aarondl commented Sep 22, 2020

I'd rather just leave it until the next major version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

2 participants
You can’t perform that action at this time.
X Tutup