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)

2931.patch (798 bytes ) - added by pramsey 10 years ago.

Download all attachments as: .zip

Change History (2)

by pramsey, 10 years ago

Attachment: 2931.patch added

comment:1 by pramsey, 10 years ago

Resolution: fixed
Status: newclosed

Patched in trunk at r12982, 2.1 at r12983, 2.0 at r12984

Note: See TracTickets for help on using tickets.