{ "db_name": "SQLite", "query": "SELECT id as \"id!: Uuid\",\n attempt_id as \"attempt_id!: Uuid\",\n repo_id as \"repo_id!: Uuid\",\n target_branch,\n created_at as \"created_at!: DateTime\",\n updated_at as \"updated_at!: DateTime\"\n FROM attempt_repos\n WHERE attempt_id = $1", "describe": { "columns": [ { "name": "id!: Uuid", "ordinal": 0, "type_info": "Blob" }, { "name": "attempt_id!: Uuid", "ordinal": 1, "type_info": "Blob" }, { "name": "repo_id!: Uuid", "ordinal": 2, "type_info": "Blob" }, { "name": "target_branch", "ordinal": 3, "type_info": "Text" }, { "name": "created_at!: DateTime", "ordinal": 4, "type_info": "Text" }, { "name": "updated_at!: DateTime", "ordinal": 5, "type_info": "Text" } ], "parameters": { "Right": 1 }, "nullable": [ true, false, false, false, false, false ] }, "hash": "7e319778faa593b7a88ad15e68ef86bf4e3ebc46e6cd0bc23238b8fc289a1ab3" }