12 lines
267 B
JSON
12 lines
267 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "update users\n\nset name = ?\n\nwhere id is ?",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Right": 2
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "8c131e1f73ffa01fc3e5e08071a786b85f23b9638d1c7eaa7b633c052703c911"
|
|
}
|