-
-
Notifications
You must be signed in to change notification settings - Fork 233
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
Many-to-Many Relationship with extra ID field results in a scan error #709
Comments
I'm having a similar issue so I'm just +1-ing this thread. Any insight would be appreciated |
calorie
added a commit
to calorie/bun
that referenced
this issue
May 27, 2023
calorie
added a commit
to calorie/bun
that referenced
this issue
May 27, 2023
calorie
added a commit
to calorie/bun
that referenced
this issue
May 27, 2023
calorie
added a commit
to calorie/bun
that referenced
this issue
May 27, 2023
calorie
added a commit
to calorie/bun
that referenced
this issue
May 27, 2023
calorie
added a commit
to calorie/bun
that referenced
this issue
May 28, 2023
vmihailenco
pushed a commit
that referenced
this issue
Sep 10, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I was trying to setup bun many-2-many with the below specs
The execution would result in a scan error because both OrderToItem.ID and Order.ID columns are
id
. The column names collide in the mapping which leads to this:Do you guys have any suggestion because the "extra" ID in the pivot table is inevitable to our business.
Thanks alot!
The text was updated successfully, but these errors were encountered: