Ticket #741 (closed bug: fixed)
identify not working for some postgis layers
Description
Identify returns no features found when in fact features are within the region clicked.
Looking at the query sent to the server it seems that there are two problems:
- the column names aren't being properly quoted so this will raise an error and abort the xaction.
- all columns are being converted to text and not all columns are convertible to text. In my case I had a bytea column and that raised an error which aborted the transaction.
This might also affect the attribute table.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
