{ "db_name": "PostgreSQL", "query": "SELECT trusted_at, trusted_until FROM oauth_device od\n JOIN oauth_account_device oad ON od.id = oad.device_id\n WHERE od.id = $1 AND oad.did = $2", "describe": { "columns": [ { "ordinal": 0, "name": "trusted_at", "type_info": "Timestamptz" }, { "ordinal": 1, "name": "trusted_until", "type_info": "Timestamptz" } ], "parameters": { "Left": [ "Text", "Text" ] }, "nullable": [ true, true ] }, "hash": "032ac69a52c0baa269988f662516a54823770aee565f4cf5da2fc1f9b89b6bbb" }