tinyows icon indicating copy to clipboard operation
tinyows copied to clipboard

bug in get feature

Open stefan38495 opened this issue 12 years ago • 1 comments

In wfs/wfs_get_feature.c is a bug which corrupts the storage of the layer id column.

Solution: use another variable and do not modify it.

Line 806ff empty_buffer is deleting the cached column id name.

stefan38495 avatar Jan 29 '13 16:01 stefan38495

here's a gist for the proposed patch: https://gist.github.com/4671724

eseifert avatar Jan 30 '13 08:01 eseifert