Opened 10 years ago
Closed 10 years ago
#2931 closed defect (fixed)
BOX representation is case sensitive
Reported by: | robe | Owned by: | pramsey |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.1.5 |
Component: | postgis | Version: | 2.1.x |
Keywords: | Cc: |
Description
SELECT 'Box(68.1650390625001 6.74868164062499,97.3435546875 35.4958984375)'::box2d;
Gives error:
ERROR: box2d parser - doesnt start with BOX( LINE 1: SELECT 'Box(68.1650390625001 6.74868164062499,97.3435546875 ...
However:
SELECT 'BOX(68.1650390625001 6.74868164062499,97.3435546875 35.4958984375)'::box2d;
works fine.
Attachments (1)
Change History (2)
by , 10 years ago
Attachment: | 2931.patch added |
---|
comment:1 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Patched in trunk at r12982, 2.1 at r12983, 2.0 at r12984