chore: update query info

This commit is contained in:
Anna 2023-10-05 00:43:12 -04:00
parent 4f8b05084d
commit 4bf537dcbe
Signed by: anna
GPG Key ID: D0943384CD9F87D1
2 changed files with 12 additions and 12 deletions

View File

@ -0,0 +1,12 @@
{
"db_name": "SQLite",
"query": "\n insert into players (name, world, timestamp, territory, current_world, x, y, z, w, customize, level, job, free_company, current_hp,\n max_hp)\n values (?, ?, current_timestamp, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)\n on conflict (name, world) do update set timestamp = current_timestamp,\n territory = ?,\n current_world = ?,\n x = ?,\n y = ?,\n z = ?,\n w = ?,\n customize = ?,\n level = ?,\n job = ?,\n free_company = ?,\n current_hp = ?,\n max_hp = ?\n ",
"describe": {
"columns": [],
"parameters": {
"Right": 26
},
"nullable": []
},
"hash": "78ed2091e05a237ee3500d2d5bea4f135735df9989ec6547730b6cedae90ba39"
}

View File

@ -1,12 +0,0 @@
{
"db_name": "SQLite",
"query": "\n insert into players (name, world, timestamp, territory, x, y, z, w, customize, level, job, free_company, current_hp,\n max_hp)\n values (?, ?, current_timestamp, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)\n on conflict (name, world) do update set timestamp = current_timestamp,\n territory = ?,\n x = ?,\n y = ?,\n z = ?,\n w = ?,\n customize = ?,\n level = ?,\n job = ?,\n free_company = ?,\n current_hp = ?,\n max_hp = ?\n ",
"describe": {
"columns": [],
"parameters": {
"Right": 24
},
"nullable": []
},
"hash": "cb015b90c13482571b6dfd1f4ad6992634c1ee24703e7e840d3bcf440bd1c36e"
}