API Security SQL Injection Fix for stored procedure CREATE OR REPLACE PROCEDURE public.update_jdbc_customer( existing_customer_id bigint, new_full_name character varying) LANGUAGE 'plpgsql'