Hey everyone.
I'm having trouble diagnosing what is going on in my app. I have a series of objects which were loaded from custom stored procedures via .loadFromSql(). One of the 2 objects has a calculated field and both have left outer joins.
I have verified that data has changed in the objects by using the immediate window to check values I know should have been updated, however when I call .save to process the batch I do not see anything hitting the database and of course, going back through the app shows the old data.
Any thoughts?
Thanks,
Rob
