Shifted properties in join
I'm getting some very strange join behavior. This query:
Returns a proper transaction, but the
inboxes
object is completely out of whack, missing some properties but also a lot of the properties are shifted:
It should be:
Tried with one other table and same result as well, weird shifted properties in the joiend table1 Reply
Ah this seems to be this bug with D1
https://github.com/drizzle-team/drizzle-orm/issues/555
GitHub
[BUG]: Broken shifted columns with leftJoin and same column name (o...
What version of drizzle-orm are you using? 0.25.4 What version of drizzle-kit are you using? 0.17.6 Describe the Bug I got broken results with leftJoin with same columns. Details My schema (partial...