https://github.com/cloudflare/workers-sdk/issues/3160 Has there been any status on this? I'd not ask this here because there already is an issue open, but someone from the cloudflare team replied and said that it seemed to be the wrong repo for submitting issues there so I don't know where to track this issue or if it's on your radar at all
Which Cloudflare product(s) does this pertain to? D1 What version of Wrangler are you using? 2.19.0 What operating system are you using? macOS Describe the Bug As per issue #555 we can see, that d1...
I am using drizzle orm and theoretically the two values should reside in two different keys so they can have the same name. But I don't know the abstraction between drizzle and D1, does d1 always return the joined data as a flat json with only one level of key-value pairs? (in contrast to nested {user: {id: something}} format?
That’s really up to you. You can mix and match - core relational data in native SQL types and more fluid data as TEXT columns you use json_* functions over.