Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#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)

st_collect.patch (1.4 KB ) - added by jpalmer 13 years ago.

Download all attachments as: .zip

Change History (4)

by jpalmer, 13 years ago

Attachment: st_collect.patch added

comment:1 by chodgson, 13 years ago

Owner: changed from pramsey to chodgson
Status: newassigned

comment:2 by chodgson, 13 years ago

Resolution: fixed
Status: assignedclosed

Committed in r7092.

comment:3 by chodgson, 13 years ago

Also applied to trunk in r7093 (previously applied to 1.5 branch).

Note: See TracTickets for help on using tickets.