J0
01/16/2022, 6:19 AMcataxcab
01/16/2022, 6:23 AMJ0
01/16/2022, 6:23 AMcataxcab
01/16/2022, 6:24 AMJ0
01/16/2022, 6:26 AMJ0
01/16/2022, 6:26 AMjonny
01/16/2022, 6:29 AMcataxcab
01/16/2022, 6:31 AMthe.watcher
01/16/2022, 7:04 AMuser
01/16/2022, 10:33 AMconst {data, error} = await supabase.from('one-v-one-players').select().eq('player_id', playerId).maybeSingle()
but I'm getting the following error,
relation "public.one-v-one-players" does not exist
What have I not done?tourdownunder
01/16/2022, 11:47 AMuser
01/16/2022, 11:51 AMcerwind
01/16/2022, 1:38 PMcannot cast type record to http_request
with the function:
begin
select
"status", "content"::jsonb
from
http((
'GET',
'https://jsonplaceholder.typicode.com/todos/1',
http_header('My-Simple-Header', 'Some value..')
)::http_request);
end
(so was curious if the http_post
had a header option - not overly familiar with pgsql syntax)garyaustin
01/16/2022, 3:12 PMhotbelgo
01/16/2022, 6:04 PMpublicAnonKey
any morehotbelgo
01/16/2022, 6:04 PMglundgren
01/16/2022, 6:05 PMglundgren
01/16/2022, 6:06 PMhotbelgo
01/16/2022, 6:08 PMglundgren
01/16/2022, 6:09 PMiamvp7
01/16/2022, 6:21 PMMaz
01/16/2022, 6:51 PMglundgren
01/16/2022, 7:35 PMglundgren
01/16/2022, 7:35 PMGrymer
01/16/2022, 10:18 PMgaryaustin
01/16/2022, 10:37 PMsilentworks
01/16/2022, 11:53 PMatmanaut.eth
01/17/2022, 12:50 AMuser
01/17/2022, 1:08 AMgaryaustin
01/17/2022, 1:19 AM