{ "db_name": "PostgreSQL", "query": "INSERT INTO file_nodes\n (id, workspace_id, agent_id, drive, path, kind, size, blob_ref,\n owner_kind, owner_id)\n VALUES ($1, $2, $3, $4, $5, 'file', $6, $7, 'agent', $8)\n ON CONFLICT (workspace_id, drive,\n COALESCE(agent_id, '00000000-0000-0000-0000-000000000000'::uuid),\n path)\n DO UPDATE SET size = $6, blob_ref = $7", "describe": { "columns": [], "parameters": { "Left": [ "Uuid", "Uuid", "Uuid", "Text", "Text", "Int8", "Text", "Uuid" ] }, "nullable": [] }, "hash": "941a6fb3447c17170ce6af2ec7b3e3ba9e0136310502413edbeeb96054f9e664" }