[BUG]: Two fails with `There is not enough information to infer relation`
https://github.com/drizzle-team/drizzle-orm/issues/4140
Below is a minimum reproduction.
1/
one-to-many
doesn't work when the one()
relation uses multiple fields.
Below, a unit_packs
references three units
. The many relationship units.in_packs
fails.
2/ one-to-many
doesn't work when there are multiple one()
relations.
Below, unit_links
has a unit_left
and unit_right
relationship. However, both rels fail.
GitHub
[BUG]: Two fails with `There is not enough information to infer rel...
Report hasn't been filed before. I have verified that the bug I'm about to report hasn't been filed before. What version of drizzle-orm are you using? 0.39.3 What version of drizzle-kit...
0 Replies