Bug #1429
duplicate entries in CoolingChannelSuperMouse.set_cooling_channel_tag
Start date:
06 March 2014
Due date:
% Done:
0%
Estimated time:
Description
On preprodcdb, I've loaded a single tag multiple times. The result is that when I read CoolingChannelSuperMouse.get_cooling_channel_for_tag,
I will see everything twice. This should not be allowed to happen.
It would be better, if there are multiple writes to the cdb, that they are versioned and CoolingChannelSuperMouse.get_cooling_channel_for_tag
defaults to the latest version. I suspect this means that a version number must be an argument to this function.
Updated by Hanlet, Pierrick over 8 years ago
The function is set_coolingchannel_tag, not set_cooling_channel_tag.