I have large number of Hordak accounts in my system (account for every user of our system). Most in our system accounts doesn't have any code associated.
I have problems with long running triggers (~4 sec) after Hordak account update
This changes the update_full_account_codes so that it doesn't include records with Null codes these records do not affect the result of update command.
Coverage remained the same at 95.488% when pulling 23ce58dbb626c9792eb539096518838cf5c079fd on PetrDlouhy:fix/effective_triggers into 90e31c6d1c1870efdfdb367df3f3c5f048913e02 on adamcharnock:master.
I have large number of Hordak accounts in my system (account for every user of our system). Most in our system accounts doesn't have any code associated. I have problems with long running triggers (~4 sec) after Hordak account update
This changes the
update_full_account_codes
so that it doesn't include records with Null codes these records do not affect the result of update command.