Opened 15 years ago

Closed 15 years ago

#486 closed defect (fixed)

MySQL cannot handle calculations with same name as a property but with different case

Reported by: romicadascalescu Owned by: romicadascalescu
Priority: major Milestone: 3.5.0
Component: GenericRdbms API Version: 3.4.0
Severity: 3 Keywords:
Cc: External ID:

Description

MySQL provider is making all property names uppercase before processing. In case user adds a calculation with the same name as a property name an exception is thrown.

Change History (1)

comment:1 by romicadascalescu, 15 years ago

Resolution: fixed
Status: newclosed

MySQL was converting all properties (including calculations) to upper case

making impossible to have calculations like Area=v/2, area=v/4

To fix this we handle differently the calculations, by avoiding making them

upper case and identify the calculation based on index position.

/FeatureCommands/FdoRdbmsFeatureReader.h /FeatureCommands/FdoRdbmsFeatureReader.cpp

Note: See TracTickets for help on using tickets.