13 lines
315 B
JSON
13 lines
315 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "UPDATE task_attempts SET stdout = $1, stderr = $2, updated_at = datetime('now') WHERE id = $3",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Right": 3
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "aa7c3034f96c9b2dfd7c1121b9eb7749987b035d603480a8bf15f776d83a0363"
|
|
}
|