Changes between Version 47 and Version 48 of FDORfc50
- Timestamp:
- 07/19/10 09:40:38 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FDORfc50
v47 v48 191 191 192 192 Default implementation for !GetJoinTypes() will return !FdoJoinType_None and !SupportsJoins() will return false, since is not normal to throw exceptions when caller wants to get capabilities. 193 193 194 An exception will be thrown in case caller is passing a filter to a cross join criteria (FdoJoinType_Cross) and also an exception will be thrown in case caller is passing a NULL filter to all join criteria types except None and Cross. 195 194 196 195 197 {{{