Modified:
trunk/gnue-common/src/datasources/drivers/Base/RecordSet.py
Log:
If a backend function is called for a record, make that record subject to
requery.
issue194 testing
When an uncommitted change happens at the server side in some trigger, Appserver
does not honor that in subsequent queries.
Steps to reproduce: create a trigger than changes data, call that trigger from a
form, the form will not display the updated data until a commit is done.
topic:
+ gnue-common, - gnue-appserver messages:
+ msg444 title: Appserver does not honor uncommitted changes in queries -> Data is not requeried from appserver after backend function has been called