directlycrazy
10/17/2021, 1:58 PM{"error":{"code":400,"message":"operator does not exist: text = integer","requestId":""}}
Is this an issue that anyone else has?garyaustin
10/17/2021, 2:33 PMdirectlycrazy
10/17/2021, 2:34 PMdirectlycrazy
10/17/2021, 2:35 PMdirectlycrazy
10/17/2021, 2:36 PMsql
update public.deals set (id,name,platform,link,time,uuid) = (select id,name,platform,link,time,uuid from json_populate_record(null::public.deals, '{\"id\":\"000000000000000172\",\"name\":\"test\",\"platform\":\"test\",\"link\":\"test\",\"time\":\"test\",\"uuid\":\"0e8dc0a1-eb82-42af-a114-c95b310689a2\"}')) where id = 172;
garyaustin
10/17/2021, 2:38 PMdirectlycrazy
10/17/2021, 2:38 PMgaryaustin
10/17/2021, 2:51 PMdirectlycrazy
10/17/2021, 2:59 PM