martin/mbtiles/.sqlx/query-96f3201d2151fbef63593c0e87648a2991e05060e71aa96141ece0867afa2d6c.json
Yuri Astrakhan f13c3f7514
Improve mbtiles update, update min/max zoom on martin-cp (#1096)
* `mbtiles update` now allows different types of zoom updates - reset to
content, grow only, or skip (dry run)
* `martin-cp` will now update (grow-only) metadata zooms

Addresses a few concerns in the #1081
2023-12-24 17:30:45 +08:00

27 lines
528 B
JSON

{
"db_name": "SQLite",
"query": "\nSELECT min(zoom_level) AS min_zoom,\n max(zoom_level) AS max_zoom\nFROM tiles;",
"describe": {
"columns": [
{
"name": "min_zoom",
"ordinal": 0,
"type_info": "Int"
},
{
"name": "max_zoom",
"ordinal": 1,
"type_info": "Int"
}
],
"parameters": {
"Right": 0
},
"nullable": [
true,
true
]
},
"hash": "96f3201d2151fbef63593c0e87648a2991e05060e71aa96141ece0867afa2d6c"
}