L-Mario564
L-Mario564
This seems to be an issue with Bun SQL rather than Drizzle specifically.
Since this issue is quite old, I'll update the status of this feature: **MySQL** - [x] mysql2 planetscale and tidb don't support streaming. **Postgres** - [ ] pg - Requires...
> @L-Mario564 Do you happen to have a rough idea whether this is something we can hope to see land in drizzle postgres soon? Thank you! Currently, this is not...
> @L-Mario564 Could you also fix #3593? The bug is still present in 0.30.4. I'll work on this in a separate PR. There's still a lot of issues to solve.
> I just want to let you know that I am focusing on our v1 release first before reviewing this PR. Sounds good. Thanks for the updates. 🙂
@hisamafahri Hi, I'm currently revisiting this issue and it's still happening. I made a very simple reproduction: https://github.com/L-Mario564/elysia-bug-repro. Clone the repo, install deps (bun install) and run `bun index.ts`. Expected:...
@ORESoftware Could you make a reproduceable example of this bug?
Can anyone provide a reproduction repo so we can take a look and fix this?
This should be addressed better in newer versions of Drizzle ORM and Kit. Kit will filter for only DB entities (tables, enums, etc.) and the documentation now recommends having the...
This is expected behavior. This happens at the DB level so there's nothing Drizzle can do about it. As for types, the return type is an array, meaning that the...