sqlc icon indicating copy to clipboard operation
sqlc copied to clipboard

fix(mysql): Handle NULLs returned by locking funcs

Open sevein opened this issue 1 year ago • 0 comments

According to https://dev.mysql.com/doc/refman/8.0/en/locking-functions.html, certain locking functions can return NULL, e.g. RELEASE_LOCK(str) returns it if the named lock did not exist.

sevein avatar Jan 27 '24 07:01 sevein