Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@Adam-Mustafa
Copy link

@Adam-Mustafa Adam-Mustafa commented Apr 11, 2023

#3465

This doesn't fix the core issue, which is that there is a naming conflict between generated function names and the public type Order.

This fixed the build issue on my system. This can be merged in as a temporary fix but the real solution would be to put the supporting types in their own packge where they won't conflict with the generated types. Something like

ent/TABLE_NAME/meta:Order

Note: This is not a backwards compatible change. It will break if anyone uses the typename.Order field in their code.

@a8m
Copy link
Member

a8m commented Apr 11, 2023

Thanks for the contribution, @Adam-Mustafa but I fixed it with #3468.

@a8m a8m closed this Apr 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants