Changes between Version 2 and Version 3 of FdoDateTimeCompare


Ignore:
Timestamp:
Oct 17, 2007, 12:40:50 PM (17 years ago)
Author:
gregboone
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FdoDateTimeCompare

    v2 v3  
    55=== Introduction ===
    66
    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.
     7There 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.
    88
    99=== API Changes ===