Files
AstralRinth/.sqlx/query-c8fde56e5d03eda085519b4407768de7ddf48cae18ce7138a97e8e8fba967e15.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

24 lines
491 B
JSON

{
"db_name": "PostgreSQL",
"query": "\n SELECT id FROM reports\n WHERE id = ANY($1) AND reporter = $2\n ",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "id",
"type_info": "Int8"
}
],
"parameters": {
"Left": [
"Int8Array",
"Int8"
]
},
"nullable": [
false
]
},
"hash": "c8fde56e5d03eda085519b4407768de7ddf48cae18ce7138a97e8e8fba967e15"
}