tinyows
tinyows copied to clipboard
bug in get feature
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.
here's a gist for the proposed patch: https://gist.github.com/4671724