@[email protected] to Programmer [email protected] • 10 months agoInfinite Loopprogramming.devimagemessage-square67fedilinkarrow-up11.3Karrow-down17
arrow-up11.29Karrow-down1imageInfinite Loopprogramming.dev@[email protected] to Programmer [email protected] • 10 months agomessage-square67fedilink
minus-square@[email protected]linkfedilink7•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-square@[email protected]linkfedilink4•10 months agoAre there triggers in the sql database? It’s too easy otherwise
minus-square@[email protected]linkfedilink3•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.