Opened 13 years ago

Closed 13 years ago

#792 closed defect (fixed)

SQLServerSpatial: Invalid column error when inserting features

Reported by: brentrobinson Owned by: brentrobinson
Priority: major Milestone: 3.7.0
Component: FDO API Version: 3.7.0
Severity: 2 Keywords: SQL Server 2008 insert case sensitive
Cc: External ID:

Description

If features are inserted into a SQL Server 2008 datastore with:

  • metadata (F_) tables
  • SQL Server instance with case sensitive collation

then the insert fails with an "Invalid column 'ClassId'" message.

Change History (1)

comment:1 by brentrobinson, 13 years ago

Resolution: fixed
Status: newclosed

Revision: 6275 Author: brentrobinson Date: 2:57:13 PM, Tuesday, October 11, 2011 Message: Ticket#792: Replace the hard-coded system column names, in FdoRdbmsSimpleInsertCommand, with the names from their column objects.


Modified : /trunk/Providers/GenericRdbms/Src/Fdo/FeatureCommands/FdoRdbmsSimpleInsertCommand.cpp

Note: See TracTickets for help on using tickets.