Opened 10 years ago

Closed 6 years ago

#898 closed defect (fixed)

SHP Provider: Describle schema doesn't support full qualified class names.

Reported by: zhanga Owned by: gregboone
Priority: major Milestone: 3.9.0
Component: SHP Provider Version: 3.9.0
Severity: 3 Keywords:
Cc: External ID:

Description

In SHP provider, if the class names for DescribeSchema command are full qualified name such as 'Default:Cities', the returned schema will not contain any feature classes. It only works if the name is 'Cities'.

Attachments (2)

898.patch (3.3 KB ) - added by zhanga 10 years ago.
This patch added support for full qualified names of DescribeSchema. It also fixed some ref count issues which are found in Map.
898_1.patch (3.8 KB ) - added by zhanga 10 years ago.
A small refinement to improve performance.

Download all attachments as: .zip

Change History (3)

by zhanga, 10 years ago

Attachment: 898.patch added

This patch added support for full qualified names of DescribeSchema. It also fixed some ref count issues which are found in Map.

by zhanga, 10 years ago

Attachment: 898_1.patch added

A small refinement to improve performance.

comment:1 by jng, 6 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.