{ "db_name": "PostgreSQL", "query": "\n INSERT INTO af_collab (oid, blob, len, partition_key, encrypt, owner_uid, workspace_id)\n SELECT * FROM UNNEST($1::uuid[], $2::bytea[], $3::int[], $4::int[], $5::int[], $6::bigint[], $7::uuid[])\n ON CONFLICT (oid, partition_key)\n DO UPDATE SET blob = excluded.blob, len = excluded.len, encrypt = excluded.encrypt where af_collab.workspace_id = excluded.workspace_id\n ", "describe": { "columns": [], "parameters": { "Left": [ "UuidArray", "ByteaArray", "Int4Array", "Int4Array", "Int4Array", "Int8Array", "UuidArray" ] }, "nullable": [] }, "hash": "8df42aa8353a5fa510c0ab23412daebb263e8cf57b62e838460882cbf09cd551" }