L-Mario564

Results 77 comments of L-Mario564

@DreamwareDevelopment `BuildSchema` returns an instance of `z.ZodObject`. I feel like this might be an issue with conflicting versions of Zod. drizzle-zod now uses Zod v4 which is not compatible with...

@Lakshay1509 Could you provide a reproducible example of this bug?

Could you provide more details as to how we could reproduce this bug?

This should be fixed in the latest version of drizzle-zod as I'm unable to reproduce this issue in the latest version. Make sure you have the latest version of Zod...

@codesfromshad Is this issue specific to Drizzle Studio or are you encountering this issue while running a query with the ORM?

> .default(false) does not apply @MGSimard What do you mean by that? That the default value statement isn't being generated in migrations or that inside an insert query the default...

@Foahh What database are you using? There is support for joins across DBs in MySQL and across schemas in PG.

Closing this due to inactivity.

> > @Foahh What database are you using? There is support for joins across DBs in MySQL and across schemas in PG. > > Hi, Where could I find an...