You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The MakeString function got another variadic parameter, allowing
multiple transformers against the newly created String. As one example,
the newly introduced TransformEmptyStringToNull function can be used,
mimicking Icinga Notifications' ToDBString behavior.
To replace Icinga Notifications' ToDBInt utility function, a similar
MakeInt function and TransformIntZeroToNull was introduced.
Inspired by:
- ToDBInt, Icinga/icinga-notifications@f0b39f0
- ToDBString, Icinga/icinga-notifications@8183344
0 commit comments