views:

47

answers:

1

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
Fair enough. Unfortunately it doesn't work with SQLite which means some nasty hacks :(
grahamrhay