JPDev@programming.dev to Programmer Humor@programming.dev · 2 years agoInfinite Loopprogramming.devimagemessage-square49linkfedilinkarrow-up1191arrow-down10
arrow-up1191arrow-down1imageInfinite Loopprogramming.devJPDev@programming.dev to Programmer Humor@programming.dev · 2 years agomessage-square49linkfedilink
minus-squareTheFerrango@lemmy.basedcount.comlinkfedilinkarrow-up3·2 years 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-up2·2 years agoAre there triggers in the sql database? It’s too easy otherwise
minus-squareTheFerrango@lemmy.basedcount.comlinkfedilinkarrow-up1·2 years 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.