Changes between Version 2 and Version 3 of FdoDateTimeCompare
- Timestamp:
- 10/17/07 12:40:50 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FdoDateTimeCompare
v2 v3 5 5 === Introduction === 6 6 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 fetchedthe 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.7 There are a number of places in Provider source code implementations where !FdoDateTime values are compared. Such instances include but are not limited to the FdoISelectAggregatesCommand implementations in 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. 8 8 9 9 === API Changes ===