13 lines
483 B
JSON
13 lines
483 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "UPDATE episodes\n SET search_attempts = search_attempts + 1,\n last_searched_at = strftime('%Y-%m-%dT%H:%M:%fZ', 'now'),\n updated_at = strftime('%Y-%m-%dT%H:%M:%fZ', 'now')\n WHERE id = ?",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Right": 1
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "6c8f695a08095b3941a7b6196830aa04462a1e71a2b5ee823e050104cf1b1889"
|
|
}
|