[Bug?] Drizzle generates a broken query when passing an explicit value for a column as `undefined`
I've translated most of my logic from Prisma usage -> Drizzle. Noticed an issue where when explicitly passing attributes as
which throws a syntax error during runtime
undefined while inserting, drizzle generates a SQL query like: which throws a syntax error during runtime
