Opened 12 years ago

Closed 12 years ago

#1864 closed defect (fixed)

Incorrect schema name in schema report when feature class / schema name begins with number

Reported by: sparkliu Owned by:
Priority: low Milestone:
Component: General Version:
Severity: trivial Keywords:
Cc: External ID:

Description

  1. Prepare a feature source with feature class name starting with number. For example, feature class with name "0".
  2. Use schema report to preview the feature class.
  3. You'll find the feature class name turns to "_x30-".

This is because FDO has two encoding way for name: "-x00-" and "_x00-". When a character is the first character, it will use the latter one. Otherwise, it will use the former one. However, schema report only decodes the former one.

Attachments (1)

Fix 1864.patch (1.4 KB ) - added by sparkliu 12 years ago.
Fix patch

Download all attachments as: .zip

Change History (2)

by sparkliu, 12 years ago

Attachment: Fix 1864.patch added

Fix patch

comment:1 by sparkliu, 12 years ago

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