mirror of
https://github.com/osmarks/meme-search-engine.git
synced 2024-11-10 22:09:54 +00:00
13 lines
301 B
JSON
13 lines
301 B
JSON
|
{
|
||
|
"db_name": "SQLite",
|
||
|
"query": "UPDATE files SET ocr = ?, raw_ocr_segments = ?, ocr_time = ? WHERE filename = ?",
|
||
|
"describe": {
|
||
|
"columns": [],
|
||
|
"parameters": {
|
||
|
"Right": 4
|
||
|
},
|
||
|
"nullable": []
|
||
|
},
|
||
|
"hash": "63edaa9692deb1a9fb17d9e16905a299878bc0fe4af582c6791a411741ee41d9"
|
||
|
}
|