Opened 17 years ago

Last modified 15 years ago

#2006 closed defect

Join with postgis table — at Initial Version

Reported by: oven38@… Owned by: sdlime
Priority: high Milestone:
Component: PostGIS Interface Version: 4.10
Severity: normal Keywords:
Cc:

Description

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 (0)

Note: See TracTickets for help on using tickets.