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
24.68k stars 651 forks source link

fix(3554) Emit valid SQL for `noWait` flag #3555

Open jelder opened 1 week ago

jelder commented 1 week ago

Fixes #3554 for PostgreSQL and MySQL. Both databases seem to have chosen to spell "no wait" and "skip locked" flags as one word and two words respectively.

https://dev.mysql.com/doc/refman/8.4/en/innodb-locking-reads.html

https://www.postgresql.org/docs/16/sql-select.html#:~:text=The%20locking%20clause%20has,%5B%2C%20...%5D%20%5D%20%5B%20NOWAIT%20%7C%20SKIP%20LOCKED%20%5D

jmpavlick commented 6 days ago

Would be really great to see this go in.