#912 closed patch (fixed)
ST_COLLECT truncates result after null value
Reported by: | jpalmer | Owned by: | chodgson |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 1.5.3 |
Component: | postgis | Version: | 1.5.X |
Keywords: | Cc: |
Description
Both the ST_Collect aggregate and array functions have a bug that cause values listed after a null to be skipped in the processing, producing a truncated result.
The attached patch fixes this for 1.5.
Also see #630.
Attachments (1)
Change History (4)
by , 14 years ago
Attachment: | st_collect.patch added |
---|
comment:1 by , 14 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Committed in r7092.