martin/martin-mbtiles/src
Yuri Astrakhan 74c84fab1f
rename id_format to source_id_format, refactor (#794)
* rename configuration `auto_publish.tables.id_format` and
`auto_publish.functions.id_format` fields from `id_format` to
`source_id_format` fields. The `id_format` will continue to be supported
(read) from the configuration, but it will be auto-converted to the new
name on save. It is an error to have both in the same config file.
  * The rename was discussed in #682

* internal refactorings: consolidate PG-related utilities, rename a few
vars, move PG errors to their own file.

This is partially made due to #790 (thanks @Binabh!) - and should be
merged before that to make that PR easier.
2023-08-03 01:13:38 +00:00
..
bin Add ability to copy to existing mbtiles files (#778) 2023-07-27 18:54:49 +00:00
errors.rs rename id_format to source_id_format, refactor (#794) 2023-08-03 01:13:38 +00:00
lib.rs Add ability to copy to existing mbtiles files (#778) 2023-07-27 18:54:49 +00:00
mbtiles_pool.rs Upgrade sqlx to v0.7 (#743) 2023-07-04 08:05:23 -04:00
mbtiles_queries.rs Upgrade sqlx to v0.7 (#743) 2023-07-04 08:05:23 -04:00
mbtiles.rs Add ability to copy to existing mbtiles files (#778) 2023-07-27 18:54:49 +00:00
tile_copier.rs Create primary keys on metadata and tiles tables when copying with force-simple (#786) 2023-07-27 20:01:20 +00:00