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