Commit list

0
Since 4.x you can commit a list. Is it true that all objects in that list are committed and not only the changed ones? The situation is a form with a dataviewlist to enter monthly data. Using commit list seems not efficient.
asked
1 answers
1

You could just check this with database logging or the tools of the database itself. But no this is not true, only changed objects are committed even when you have a list that is mixed with changed and unchanged objects. How did you measure it did not seem very efficient and what did you compare it against? Is there any chance you have a lot of autocommitted objects, i.e. objects that were automatically committed because another object was committed that pointed to them in an association?

answered