{ "db_name": "PostgreSQL", "query": "\n INSERT INTO posthog_errortrackingissue (id, team_id, status, name, description, created_at)\n VALUES ($1, $2, $3, $4, $5, NOW())\n ON CONFLICT (id) DO NOTHING\n RETURNING (xmax = 0) AS was_inserted\n ", "describe": { "columns": [ { "ordinal": 0, "name": "was_inserted", "type_info": "Bool" } ], "parameters": { "Left": [ "Uuid", "Int4", "Text", "Text", "Text" ] }, "nullable": [ null ] }, "hash": "e0c6790eccd2e7505d86ed570f093c27fdf4d88145cd7eaf4bbd39e49a7452f6" }