mirror of
https://github.com/maplibre/martin.git
synced 2024-12-19 04:41:46 +03:00
42c2df46ef
* Allow the `dst` in `mbtiles copy <src> <dst>` command to already contain data, merging tilesets * Add `mbtiles copy --on-duplicate (override|ignore|abort)` --------- Co-authored-by: rstanciu <rstanciu@rivian.com> Co-authored-by: Yuri Astrakhan <yuriastrakhan@gmail.com>
21 lines
384 B
JSON
21 lines
384 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "SELECT 1 as has_rows FROM sqlite_schema LIMIT 1",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"name": "has_rows",
|
|
"ordinal": 0,
|
|
"type_info": "Int"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Right": 0
|
|
},
|
|
"nullable": [
|
|
false
|
|
]
|
|
},
|
|
"hash": "176e99c6945b0789119d0d21a99de564de47dde1d588f17e68ec58115ac73a39"
|
|
}
|