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

PostGIS+PGraster: pass exact floating-point numbers in SQL queries #4089

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Sep 24, 2019

  1. postgis: test select from empty table

    The table has proper ID and GEOM columns, so it must be usable even
    though there's no data in it.
    lightmare committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    14a73cf View commit details
    Browse the repository at this point in the history
  2. postgis: force bbox coordinates to double precision

    ST_MakeEnvelope accepts coordinates as float8 (double precision).
    Use hexfloat format to pass exact values, avoiding wonky conversion
    to and from decimal.
    lightmare committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    f365a9d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c2faf3 View commit details
    Browse the repository at this point in the history