Files
Starlight_Lancher_animation_up/packages/app-lib/.sqlx/query-c90e87c4ecabdfe18d31b0d11f1d47aaff4fa3785a9a9f02355651d6c656cc70.json

33 lines
710 B
JSON

{
"db_name": "SQLite",
"query": "\n\t\tSELECT id, path, game_dir_override\n\t\tFROM instances\n\t\tWHERE id = ? OR path = ?\n\t\tORDER BY CASE WHEN id = ? THEN 0 ELSE 1 END\n\t\tLIMIT 1\n\t\t",
"describe": {
"columns": [
{
"name": "id",
"ordinal": 0,
"type_info": "Text"
},
{
"name": "path",
"ordinal": 1,
"type_info": "Text"
},
{
"name": "game_dir_override",
"ordinal": 2,
"type_info": "Text"
}
],
"parameters": {
"Right": 3
},
"nullable": [
false,
false,
true
]
},
"hash": "c90e87c4ecabdfe18d31b0d11f1d47aaff4fa3785a9a9f02355651d6c656cc70"
}