FAQ | This is a LIVE service | Changelog

Skip to content

Fix trigger on ip_address which tries to handle blanked hostname

Dr Adam Thorn requested to merge 772_fix_ip_address_trigger into master
  • If we want to modify the being-updated-row, we need to trigger BEFORE UPDATE not AFTER UPDATE
  • ...and, we thus also need to "return new"
  • Functions renamed to better match what they now do

Merge request reports