Opened 13 years ago
Closed 13 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
- Prepare a feature source with feature class name starting with number. For example, feature class with name "0".
- Use schema report to preview the feature class.
- 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)
Change History (2)
by , 13 years ago
Attachment: | Fix 1864.patch added |
---|
comment:1 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fix patch