avatar
OK BaOmer @jsx.bsky.social

This is real SQL that I really wrote with the intention of putting it in a production environment, and I genuinely did not realize what I had done until I went back and read over it

SQL statements that read: SELECT organization FROM t_locations WHERE id = new_json->organization INTO organization; RAISE NOTICE 'Set organization to: %', organization; SELECT new_json || jsonb_build_object('organization', organization);
aug 29, 2025, 11:51 pm • 3 0

Replies

No replies