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
Generated SQL is (I obfuscated the query by removing the columsn which are not important for the example here):
select Id132_0_, /* more columns here */ KeyId132_0_ from
( SELECTthis_.Idas Id132_0_, /* more columns here */this_.KeyIdas KeyId132_0_ FROM MyTable this_ )
where rownum <=:p0 for update of this_.Id; :p0 =1<Type: Int32 (0)>
I think this problem might be somehow related to NH-111 / NH-1023, but defintelly can be observed in NH 4.0.4.