Beginner |
|
Joined: Sun Oct 22, 2006 12:06 pm Posts: 39
|
Hi!
I have entity where are described calcualted formulas. The formula works fine on first time quering like from materialBalance mb;
If I change the data, sql profiler shows that sql is executed and data retrieaved, but formula property values won't be updated.
When I do session.Flush() and execute hql
Formula values will be updated. Also I noticed that by changing simple property value in database and requering will not update values.
But the sql server will execute the sql but values are not updated???
Is this a bug?
|
|