While reading https://github.com/frioux/DBIx-Class-Helpers/issues/39 I was looking at this and it occurred to me it can be improved a bit: only resort to internals grubbing in order to "touch" the slot into existence. Afterwards use set_column as usual to reinvoke the dirty/cache-invalidate/etc machinery.
While reading https://github.com/frioux/DBIx-Class-Helpers/issues/39 I was looking at this and it occurred to me it can be improved a bit: only resort to internals grubbing in order to "touch" the slot into existence. Afterwards use
set_column
as usual to reinvoke the dirty/cache-invalidate/etc machinery.