Opened 17 years ago

Closed 17 years ago

#161 closed defect (fixed)

MySQL: Access violation when identity has non-latin1 name.

Reported by: brentrobinson Owned by: brentrobinson
Priority: major Milestone: 3.3.0
Component: FDO API Version: 3.3.0
Severity: 1 Keywords: NLS Identity
Cc: External ID:

Description

In a MySQL datastore:

  • created a feature class with one Int64 autogenerated identity property
  • gave the identity property a non-latin1 name (e.g. "IDä" )
  • added some features to the feature class
  • performed a simple FdoISelect (no filter, all properties) on the feature class.

Got an access violation on Win32.

Change History (2)

comment:1 by brentrobinson, 17 years ago

Summary: MySQL: Access violation when identity has NLS name.MySQL: Access violation when identity has non-latin1 name.

comment:2 by brentrobinson, 17 years ago

Resolution: fixed
Status: newclosed

Revision: 3517 Author: brentrobinson Date: 10:12:45 AM, Friday, November 02, 2007 Message: Ticket#161: Fixed crash that occurs when class has non-latin1 identity property name.


Modified : /trunk/Providers/GenericRdbms/Src/Fdo/FeatureCommands/FdoRdbmsFeatureReader.cpp Modified : /trunk/Providers/GenericRdbms/Src/Fdo/FeatureCommands/FdoRdbmsFeatureReader.h Modified : /trunk/Providers/GenericRdbms/Src/Fdo/FeatureCommands/FdoRdbmsUpdateCommand.cpp Modified : /trunk/Providers/GenericRdbms/Src/UnitTest/Common/FdoUpdateTest.cpp Modified : /trunk/Providers/GenericRdbms/Src/UnitTest/Common/FdoUpdateTest.h Modified : /trunk/Providers/GenericRdbms/Src/UnitTest/Common/UnitTestUtil.cpp Modified : /trunk/Providers/GenericRdbms/Src/UnitTest/Odbc/OdbcFdoUpdateTest.h

Note: See TracTickets for help on using tickets.