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