I am using the Servoy tracking feature to record changes that users make to certain tables. All of these changes are made using transactions, and I have turned autosave off during each transaction. However, the log record still shows each change made during the transaction, rather than simply the start value and the final value.
For example, if a user changes the field min_age from 12.5 to 17, then back to 12.5, then back to 17, etc., the whole series is recorded as separate log entries. This clutters up the log table unnecessarily, and makes it difficult to use it in the way which we hoped to: to show users what changes have been made by who.
Is there a way to get the tracking to work with transactions?
Using Servoy 2.2 with MySQL.