JPDev@programming.dev to Programmer Humor@programming.dev · 10 months agoInfinite Loopprogramming.devimagemessage-square68fedilinkarrow-up11.35Karrow-down18
arrow-up11.35Karrow-down1imageInfinite Loopprogramming.devJPDev@programming.dev to Programmer Humor@programming.dev · 10 months agomessage-square68fedilink
minus-squareTheFerrango@lemmy.basedcount.comlinkfedilinkarrow-up7·10 months 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·10 months agoAre there triggers in the sql database? It’s too easy otherwise
minus-squareTheFerrango@lemmy.basedcount.comlinkfedilinkarrow-up3·10 months 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.