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
The PostgreSQL equivalent is FOR UPDATE, however this is required at the end of the query instead of before the WHERE clause. Is this possible with npoco as is?
It is of course entirely possible that because PostgreSQL is completely different I won't need any such lock hinting.
The text was updated successfully, but these errors were encountered:
I'm migrating a system that was on MS SQL to PostgreSQL. To help protect against deadlocks, the old code used Hint quite often:
The PostgreSQL equivalent is
FOR UPDATE
, however this is required at the end of the query instead of before theWHERE
clause. Is this possible with npoco as is?It is of course entirely possible that because PostgreSQL is completely different I won't need any such lock hinting.
The text was updated successfully, but these errors were encountered: