Issue194

Title Data is not requeried from appserver after backend function has been called
Priority bug Status testing
Superseder Nosy List cirrus1, reinhard
Assigned To reinhard Topics gnue-common

Created on 2008-06-26.11:52:01 by reinhard, last changed 2008-06-26.12:48:04 by reinhard.

Messages
msg445 (view) Author: reinhard Date: 2008-06-26.07:48:01
Subversion revision 9881
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

msg444 (view) Author: reinhard Date: 2008-06-26.12:45:54
Actually this seems to be a problem on the client side, which simply doesn't
query the changed values from the backend.
msg443 (view) Author: reinhard Date: 2008-06-26.11:52:00
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.
History
Date User Action Args
2008-06-26 12:48:04reinhardsetstatus: chatting -> testing
2008-06-26 12:48:03reinhardsetmessages: + msg445
2008-06-26 12:45:55reinhardsettopic: + 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
2008-06-26 11:52:01reinhardcreate