chipilov
01/12/2022, 4:46 PMuser
01/12/2022, 4:54 PMjaf
01/12/2022, 6:30 PMError on submitting
{
"instancePath": "",
"schemaPath": "#/required",
"keyword": "required",
"params": {
"missingProperty": "JWT_EXP"
},
"message": "must have required property 'JWT_EXP'"
}
silentworks
01/12/2022, 6:52 PMuser
01/12/2022, 9:58 PMjoshcowan25
01/13/2022, 12:28 AMjarryd
01/13/2022, 2:02 AMDong
01/13/2022, 3:21 AMmillu
01/13/2022, 3:26 AMgaryaustin
01/13/2022, 3:44 AMaixoniarutad
01/13/2022, 4:51 AMDong
01/13/2022, 5:04 AMts
begin
update profile
set points = points + 2
where id::text = new.kid_id;
return new;
end;
garyaustin
01/13/2022, 5:15 AMkavla
01/13/2022, 5:27 AMrazokulover
01/13/2022, 6:26 AMnikita147
01/13/2022, 8:05 AMjason-lynx
01/13/2022, 8:45 AMchipilov
01/13/2022, 10:47 AMgel
01/13/2022, 1:22 PMgel
01/13/2022, 1:22 PMchipilov
01/13/2022, 1:40 PMbinajmen
01/13/2022, 6:39 PMsql
CREATE TABLE IF NOT EXISTS public.locations
(
id uuid NOT NULL DEFAULT uuid_generate_v4(),
name text COLLATE pg_catalog."default" NOT NULL,
...
What is behind the pg_catalog."default"
?binajmen
01/13/2022, 6:44 PMSHOW lc_collate;
gives me C.UTF8
. What is the impact on a multilingual app? Is UTF8 enough for most european languages?ktosiek
01/13/2022, 9:27 PM10000multiplier
01/13/2022, 10:33 PM10000multiplier
01/13/2022, 10:33 PMjoshcowan25
01/13/2022, 10:55 PMgaryaustin
01/13/2022, 11:01 PMjoshcowan25
01/13/2022, 11:07 PMjoshcowan25
01/13/2022, 11:12 PM