Files
api-server/.sqlx/query-6826871e47d86547cc501c6bb14db889beb0dce0fce4ecd22826a482b7558a2f.json
2025-04-11 23:48:33 +02:00

45 lines
810 B
JSON

{
"db_name": "SQLite",
"query": "SELECT * FROM users WHERE 'id' = ?1 OR 'username' = ?2",
"describe": {
"columns": [
{
"name": "id",
"ordinal": 0,
"type_info": "Integer"
},
{
"name": "uuid",
"ordinal": 1,
"type_info": "Text"
},
{
"name": "username",
"ordinal": 2,
"type_info": "Text"
},
{
"name": "hash",
"ordinal": 3,
"type_info": "Text"
},
{
"name": "email",
"ordinal": 4,
"type_info": "Text"
}
],
"parameters": {
"Right": 2
},
"nullable": [
false,
false,
false,
false,
false
]
},
"hash": "6826871e47d86547cc501c6bb14db889beb0dce0fce4ecd22826a482b7558a2f"
}