JPDev@programming.dev to Programmer Humor@programming.dev · 1 year agoInfinite Loopprogramming.devimagemessage-square68fedilinkarrow-up11.36Karrow-down18
arrow-up11.35Karrow-down1imageInfinite Loopprogramming.devJPDev@programming.dev to Programmer Humor@programming.dev · 1 year agomessage-square68fedilink
minus-squareTheFerrango@lemmy.basedcount.comlinkfedilinkarrow-up7·1 year agoOnly 1288 lines? Can I raise you a 6000+ lines stored procedure that calls to multiple different sql functions that each implements a slightly different variation of the same logic?
minus-squareMiaou@jlai.lulinkfedilinkarrow-up4·1 year agoAre there triggers in the sql database? It’s too easy otherwise
minus-squareTheFerrango@lemmy.basedcount.comlinkfedilinkarrow-up3·1 year agoThere are on delete triggers to fix circular dependencies when deleting rows, triggers on update and triggers on row creation!
Only 1288 lines? Can I raise you a 6000+ lines stored procedure that calls to multiple different sql functions that each implements a slightly different variation of the same logic?
Are there triggers in the sql database? It’s too easy otherwise
There are on delete triggers to fix circular dependencies when deleting rows, triggers on update and triggers on row creation!
Feels like my old job.