Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to copy to existing mbtiles files #778

Merged
merged 15 commits into from
Jul 27, 2023

Commits on Jul 21, 2023

  1. WIP - add ability to copy to existing mbtiles files

    rstanciu committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    ebc480f View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Yuri Astrakhan <[email protected]>
    2 people authored and rstanciu committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    57d876f View commit details
    Browse the repository at this point in the history
  3. Address commants

    rstanciu committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    b4c9902 View commit details
    Browse the repository at this point in the history
  4. Fix; Move cli trait under cli feature

    rstanciu committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    95b2c51 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6ed3195 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Cleanup check for uniqueness constraint

    rstanciu committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    2d7d906 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Add tests

    rstanciu committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    f5f2d00 View commit details
    Browse the repository at this point in the history
  2. Use sqlx macros more

    nyurik committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    c792494 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3 from nyurik/mbtiles-copy-to-existing-file

    Use sqlx macros more
    upsicleclown authored Jul 25, 2023
    Configuration menu
    Copy the full SHA
    0e8cfde View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Handle copying from simple to deduplicated

    rstanciu committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    7aaebdd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d1dd2a View commit details
    Browse the repository at this point in the history
  3. When copying deduplicated tiles, copy images table first and cleanup …

    …unused images rows
    rstanciu committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    4aaa71d View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Fix tests

    rstanciu committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    031686c View commit details
    Browse the repository at this point in the history
  2. Test all indexes on tiles for unique constraint

    rstanciu committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    e96e2d6 View commit details
    Browse the repository at this point in the history
  3. Address comments; fix uniqueness check

    rstanciu committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    738ff3c View commit details
    Browse the repository at this point in the history