[fdo-trac] #730: GenericRdbms: cannot select from column with non-ASCII7 name

FDO trac_fdo at osgeo.org
Fri Nov 26 14:57:19 EST 2010


#730: GenericRdbms: cannot select from column with non-ASCII7 name
-------------------------------------------+--------------------------------
 Reporter:  brentrobinson                  |         Owner:  brentrobinson
     Type:  defect                         |        Status:  closed       
 Priority:  major                          |     Milestone:  3.6.0        
Component:  FDO API                        |       Version:  3.6.0        
 Severity:  2                              |    Resolution:  fixed        
 Keywords:  locale non-ASCII7 column name  |   External_id:               
-------------------------------------------+--------------------------------
Changes (by brentrobinson):

  * status:  new => closed
  * resolution:  => fixed


Comment:

 Revision: 5835
 Author: brentrobinson
 Date: 2:56:01 PM, Friday, November 26, 2010
 Message:
 Ticket#730: Modified the FdoRDBMS packages to store column names in wide
 char, instead of UTF8, format.There are some places where case-insensitive
 comparisons are done for column names. These comparisons do not work
 when corresponding characters in the names to compare are:

     - not ASCII7
     - differ in case only

 ----
 Modified :
 /trunk/Providers/GenericRdbms/Src/Fdo/FeatureCommands/FdoRdbmsFeatureReader.cpp
 Modified :
 /trunk/Providers/GenericRdbms/Src/Fdo/FeatureCommands/FdoRdbmsFeatureReader.h
 Modified :
 /trunk/Providers/GenericRdbms/Src/Fdo/Other/FdoRdbmsSQLDataReader.cpp
 Modified :
 /trunk/Providers/GenericRdbms/Src/Fdo/Schema/FdoRdbmsSchemaUtil.cpp
 Modified :
 /trunk/Providers/GenericRdbms/Src/Fdo/Schema/FdoRdbmsSchemaUtil.h
 Modified : /trunk/Providers/GenericRdbms/Src/Gdbi/GdbiQueryResult.cpp
 Modified : /trunk/Providers/GenericRdbms/Src/Gdbi/GdbiTypes.h

-- 
Ticket URL: <http://trac.osgeo.org/fdo/ticket/730#comment:1>
FDO <http://fdo.osgeo.org/>
Feature Data Objects


More information about the fdo-trac mailing list