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

Specific process for geometries with Z or M coordinate with SpatiaLite dialect #506

Merged

Commits on Apr 16, 2024

  1. Temporary fix for geometries with Z in SpatiaLite.

    Though most of the dialects support  geom_type ending with Z in SQL queries, it seems not working with SpatiaLite.
    Hence replacing Z with a blank. Added a test to cover this behaviour.
    sdp5 committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    3c56d85 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ec380d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c49bf3 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Handle M coordinate

    adrien-berchet committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    e584682 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2024

  1. Change postgis image in test_and_publish.yml to postgis/postgis:16-3.4

    Add some formatting for postgresql dialect, MULTIPOINT geom_type.
    sdp5 committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    2d81faa View commit details
    Browse the repository at this point in the history
  2. [pre-commit.ci] auto fixes from pre-commit.com hooks

    for more information, see https://pre-commit.ci
    pre-commit-ci[bot] authored and sdp5 committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    f903e71 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c0a5cbb View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2024

  1. Configuration menu
    Copy the full SHA
    746e519 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Configuration menu
    Copy the full SHA
    8c743c0 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Update .github/workflows/test_and_publish.yml

    Co-authored-by: Adrien Berchet <adrien.berchet@gmail.com>
    sdp5 and adrien-berchet committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    9a20416 View commit details
    Browse the repository at this point in the history
  2. Update .github/workflows/test_and_publish.yml

    Co-authored-by: Adrien Berchet <adrien.berchet@gmail.com>
    sdp5 and adrien-berchet committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    a7637c3 View commit details
    Browse the repository at this point in the history
  3. Update .github/workflows/test_and_publish.yml

    Co-authored-by: Adrien Berchet <adrien.berchet@gmail.com>
    sdp5 and adrien-berchet committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    32f3886 View commit details
    Browse the repository at this point in the history