setAutoSave(false) = stored calcs don't write to DB?

Servoy 3.5.3

I have setup my solution so that setAutoSave(false) is set right from login, however I have noticed now that my stored calculations are no longer updated in the database when a record is visited. Does anyone else experience this?

Can anyone at least confirm that they see the same behavior, or is it just me?

BTW, if I do…

controller.loadAllRecords();
databaseManger.recalculate(controller.foundet);

The stored calcs DO get written to the database.