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