Joined: Wed Feb 10, 2010 8:18 am Posts: 2
|
Hi!
I have rather unusual situation (using Postgresql):
I have view 'suppliers' that is fetched from another database using plproxy. I want to be able to update and inserts records so I created rule and instead of doing an update I'm calling another plproxy function that updates records in another db. After executing code data is physically updated but nhibernate throws stale exception: unexpected row count -1, expected 1.
I'm wondering is there any way to tell nhibernate not to check this things after executuing query?
|
|