mirror of
https://github.com/maplibre/martin.git
synced 2024-12-20 21:31:49 +03:00
144e10ff20
This is mostly a noop, just updating to the new way of storing cached queries and a few other changes per https://github.com/launchbadge/sqlx/blob/main/CHANGELOG.md#070---2023-06-30 Note that this uses some of the code from #729 (thanks @upsicleclown !) A minor unrelated change - a reformat of `martin/release.toml`
21 lines
423 B
JSON
21 lines
423 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "SELECT tile_data from tiles where zoom_level = ? AND tile_column = ? AND tile_row = ?",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"name": "tile_data",
|
|
"ordinal": 0,
|
|
"type_info": "Blob"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Right": 3
|
|
},
|
|
"nullable": [
|
|
true
|
|
]
|
|
},
|
|
"hash": "60264fa07915878b3f7ba0067f48c3a379e96acbdf5fc52d14e29bc726fefab7"
|
|
}
|