{ "db_name": "PostgreSQL", "query": "\n INSERT INTO af_collab (oid, blob, len, partition_key, encrypt, owner_uid, workspace_id)\n VALUES ($1, $2, $3, $4, $5, $6, $7) ON CONFLICT (oid, partition_key)\n DO UPDATE SET blob = $2, len = $3, encrypt = $5, owner_uid = $6 WHERE excluded.workspace_id = af_collab.workspace_id;\n ", "describe": { "columns": [], "parameters": { "Left": [ "Text", "Bytea", "Int4", "Int4", "Int4", "Int8", "Uuid" ] }, "nullable": [] }, "hash": "c62e3c19160fdbcf2ef7bc2c85ec012f628d593c8b2eba5e6ef3ba313045a696" }