Files
AstralRinth/.sqlx/query-c1a3f6dcef6110d6ea884670fb82bac14b98e922bb5673c048ccce7b7300539b.json
Jackson Kruger 8803e11945 Upgrade to sqlx 0.7.2 (#736)
* Update to sqlx 0.7.2

* Somehow missed one (and remove queries from other branch)
2023-10-23 14:30:39 -05:00

23 lines
439 B
JSON

{
"db_name": "PostgreSQL",
"query": "\n SELECT EXISTS(SELECT 1 FROM reports WHERE id = $1)\n ",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "exists",
"type_info": "Bool"
}
],
"parameters": {
"Left": [
"Int8"
]
},
"nullable": [
null
]
},
"hash": "c1a3f6dcef6110d6ea884670fb82bac14b98e922bb5673c048ccce7b7300539b"
}