M
Matt Gilarde
Guest
Are you trying to query CURRENT-COLUMN in a trigger? I did a quick test using a ROW-ENTRY trigger and it looks like CURRENT-COLUMN isn't updated until after the trigger has run so its value is out of date. That may be the issue you're running into. It seems like a bug to me.
Continue reading...
Continue reading...