Open jelder opened 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
Would be really great to see this go in.
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