You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add tests for MySQL row-level locking clauses (#342)
Add tests for MySQL row-level locking clauses (e.g., `FOR UPDATE`, `LOCK
IN SHARE MODE`, `SKIP LOCKED`, `NOWAIT`) by ensuring they are safely
ignored during translation to SQLite.
0 commit comments