[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 undefined while inserting, drizzle generates a SQL query like:
sql .... SET exampleProperty = , 
which throws a syntax error during runtime
Screen_Shot_2023-04-03_at_11.22.26_PM.png
Was this page helpful?