Ticket #1160 (closed enhancement: fixed)
operator = returns wrong results checking two POINTS
| Reported by: | gabrimonfa | Owned by: | pramsey |
|---|---|---|---|
| Priority: | medium | Milestone: | PostGIS 1.5.4 |
| Component: | documentation | Version: | 1.5.X |
| Keywords: | Cc: |
Description
The query
SELECT '0101000000EC51B85E200D3A4114AE47318E635241'::geometry = '010100000052B81E45200D3A417B14AE378E635241'::geometry;
should return false since the two POINTS are different.
I have tried on 1.5.3 (current stable).
The problem is probably present also on older releases (I've tried on 1.5.2 compiled by source and on 1.3.3)
In current (2011-08-16) 2.0.0SVN the query returns the correct result (confirmed by strk on IRC)
Change History
Note: See
TracTickets for help on using
tickets.
