Changes between Version 1 and Version 2 of FdoDateTimeCompare
- Timestamp:
- 10/17/07 12:37:49 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FdoDateTimeCompare
v1 v2 1 1 2 == Overview == 2 3 == Enhanced FDO !DateTime Comparison == 4 5 === Introduction === 3 6 4 7 There are a number of places in Provider source code where !FdoDateTime are compared, which include but are not limited to The FdoISelectAggregatesCommand implementations of non-RDBMS providers that support MIN, MAX. When a row is being fetched the value is compared against the previous one. Currently the comparison is done in !FdoCommonMiscUtil.cpp. For consistency (say with FdoStringP) and convenience, the comparison should be exposed in the !FdoDateTime class itself. 5 8 6 == API Changes==9 === API Changes === 7 10 8 11 The following method will be added to !FdoDateTime class: