Opened 15 years ago

Closed 14 years ago

#511 closed enhancement (fixed)

Implement RFC30

Reported by: brentrobinson Owned by: brentrobinson
Priority: minor Milestone: 3.5.0
Component: FDO API Version: 3.5.0
Severity: 3 Keywords: FdoDataValue type conversion
Cc: External ID:

Description

This ticket implements RFC30 (provide type conversion functions for FdoDataValue derivations). See http://trac.osgeo.org/fdo/wiki/FDORfc30 for more details.

Change History (4)

comment:1 by brentrobinson, 15 years ago

Status: newassigned

comment:2 by brentrobinson, 15 years ago

Revision: 4563 Author: brentrobinson Date: 1:20:06 PM, Tuesday, April 21, 2009 Message: Ticket#511: Exposed FdoDataValue type conversion functions to unmanaged FDO API.


Modified : /trunk/Fdo/UnitTest/ExpressionTest.cpp Modified : /trunk/Fdo/UnitTest/ExpressionTest.h Modified : /trunk/Fdo/Unmanaged/Inc/Fdo/Expression/BLOBValue.h Modified : /trunk/Fdo/Unmanaged/Inc/Fdo/Expression/BooleanValue.h Modified : /trunk/Fdo/Unmanaged/Inc/Fdo/Expression/ByteValue.h Modified : /trunk/Fdo/Unmanaged/Inc/Fdo/Expression/CLOBValue.h Modified : /trunk/Fdo/Unmanaged/Inc/Fdo/Expression/DataValue.h Modified : /trunk/Fdo/Unmanaged/Inc/Fdo/Expression/DateTimeValue.h Modified : /trunk/Fdo/Unmanaged/Inc/Fdo/Expression/DecimalValue.h Modified : /trunk/Fdo/Unmanaged/Inc/Fdo/Expression/DoubleValue.h Modified : /trunk/Fdo/Unmanaged/Inc/Fdo/Expression/Int16Value.h Modified : /trunk/Fdo/Unmanaged/Inc/Fdo/Expression/Int32Value.h Modified : /trunk/Fdo/Unmanaged/Inc/Fdo/Expression/Int64Value.h Modified : /trunk/Fdo/Unmanaged/Inc/Fdo/Expression/SingleValue.h Modified : /trunk/Fdo/Unmanaged/Inc/Fdo/Expression/StringValue.h Modified : /trunk/Fdo/Unmanaged/Src/Fdo/Expression/BLOBValue.cpp Modified : /trunk/Fdo/Unmanaged/Src/Fdo/Expression/CLOBValue.cpp Modified : /trunk/Fdo/Unmanaged/Src/Fdo/Expression/DataValue.cpp

comment:3 by brentrobinson, 15 years ago

Revision: 4652 Author: brentrobinson Date: 3:33:01 PM, Wednesday, April 29, 2009 Message: Ticket#511: modified SdfQueryOptimizer to use the new FDO API function (see RFC30) to convert between different types of FdoDataValue classes. Previously this was done by code cloned from FdoDataValue:Create() and supporting functions. This cloned code has been removed.


Modified : /trunk/Providers/SDF/Src/Provider/SdfQueryOptimizer.cpp Modified : /trunk/Providers/SDF/Src/Provider/SdfQueryOptimizer.h

comment:4 by gregboone, 14 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.