Ticket #2006 (closed defect: fixed)
Join with postgis table
| Reported by: | oven38@… | Owned by: | pramsey |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | PostGIS Interface | Version: | 4.10 |
| Severity: | normal | Keywords: | |
| Cc: |
Description (last modified by warmerdam) (diff)
Join with postgis table noz work when FROM and TO items are charater type.
mappostgresql.c line 336 must change to
sprintf(sql, "SELECT %s FROM %s WHERE %s = '%s'", columns, join->table,
join->to, joininfo->from_value);
thanks
Change History
Note: See
TracTickets for help on using
tickets.
