drizzle-team / drizzle-orm

Headless TypeScript ORM with a head. Runs on Node, Bun and Deno. Lives on the Edge and yes, it's a JavaScript ORM too 😅
https://orm.drizzle.team
Apache License 2.0
23.51k stars 576 forks source link

[fix]: Allowing not operator to receive and return undefined #2452

Open rweilg opened 3 months ago

rweilg commented 3 months ago

By allowing the not operator to receive undefined values it will be able to directly wrap expressions with and and or operators without type assertions.

Addresses #1818