{ "db_name": "PostgreSQL", "query": "\n SELECT\n t.mod_id AS \"project_id!\",\n tm.created,\n tm.body AS \"body: sqlx::types::Json\"\n FROM threads_messages tm\n INNER JOIN threads t ON t.id = tm.thread_id\n WHERE\n t.mod_id = ANY($1)\n AND tm.body->>'type' = 'status_change'\n AND tm.created >= $2\n AND tm.created < $3\n ", "describe": { "columns": [ { "ordinal": 0, "name": "project_id!", "type_info": "Int8" }, { "ordinal": 1, "name": "created", "type_info": "Timestamptz" }, { "ordinal": 2, "name": "body: sqlx::types::Json", "type_info": "Jsonb" } ], "parameters": { "Left": [ "Int8Array", "Timestamptz", "Timestamptz" ] }, "nullable": [ true, false, false ] }, "hash": "550dfe07e122a331b92e931ec2b4e4a3a77e8bacdd5a7e2e13b06aa6b55fceb3" }