Is there any way to get NHibernate to emit a deadlock hint? e.g. for SQL server "SET DEADLOCK_PRIORITY LOW". At the moment I'm just executing a raw SQL query.
A:
I am pretty sure there is no such thing. And emiting raw SQL seems OK to me in this very specific case.
Rashack
2010-09-01 06:58:05
Fair enough. Unfortunately it doesn't work with SQLite which means some nasty hacks :(
grahamrhay
2010-09-03 13:27:07