[mapguide-trac] #1864: Incorrect schema name in schema report when feature class / schema name begins with number

MapGuide Open Source trac_mapguide at osgeo.org
Tue Nov 22 02:49:25 EST 2011


#1864: Incorrect schema name in schema report when feature class / schema name
begins with number
------------------------+---------------------------------------------------
   Reporter:  sparkliu  |       Owner:     
       Type:  defect    |      Status:  new
   Priority:  low       |   Milestone:     
  Component:  General   |     Version:     
   Severity:  trivial   |    Keywords:     
External_id:            |  
------------------------+---------------------------------------------------
 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.

-- 
Ticket URL: <http://trac.osgeo.org/mapguide/ticket/1864>
MapGuide Open Source <http://mapguide.osgeo.org/>
MapGuide Open Source Internals


More information about the mapguide-trac mailing list