Actions
Bug #8850
closedStore functions return wrong type
Description
updateObject returns an object instead of bool while the store function is expecting a bool and uses a bool typed return. This results in the store erroring despite being successful. This only applies to MariaDB. MySQL appears fine.
Actions