Changes between Version 1 and Version 2 of FdoDateTimeCompare


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

--

Legend:

Unmodified
Added
Removed
Modified
  • FdoDateTimeCompare

    v1 v2  
    11
    2 == Overview ==
     2
     3== Enhanced FDO !DateTime Comparison ==
     4
     5=== Introduction ===
    36
    47There 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.
    58
    6 == API Changes ==
     9=== API Changes ===
    710
    811The following method will be added to !FdoDateTime class: