Michal Chamilla
Results
1
issues of
Michal Chamilla
The following query inserts a JSON object to a table with a JSONB column. ``` UPDATE public.property_history SET attributes = ${sql.jsonb(attributes ?? null)}, status = ${status} WHERE id = ${id}...