Ticket #1789 (closed bug: fixed)
PostGIS query: put '' around field values when appropriate
| Reported by: | pcav | Owned by: | nobody |
|---|---|---|---|
| Priority: | minor: annoyance | Milestone: | Version 1.2.0 |
| Component: | Data Provider | Version: | Trunk |
| Keywords: | Cc: | ||
| Platform Version: | Platform: | All | |
| Must Fix for Release: | No | Awaiting user input: | no |
Description
When using the query builder from PostGIS provider, if the user selects a boolean, date, time etc. field that requires to be surrounded by , they are written without them, so the query fails, eg:
fieldname=t
(where fieldname is a boolean, true/false) instead of
fieldname='t'
Change History
Note: See
TracTickets for help on using
tickets.