12 lines
379 B
JSON
12 lines
379 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "UPDATE places\n SET (name, address, open_hours, icon, description, longitude, latitude, url)\n = (?, ?, ?, ?, ?, ?, ?, ?)\n WHERE id = ?",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Right": 9
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "96057f55cf85aa23dd20bd1277f075176c3297d02d6056ce93ef991ce4f6ceed"
|
|
}
|