Extracting from an empty table in sql server fails when the last updated column is set to a datetime (instead of the new datetime2 type). This is because the lower timestamp that is produced from the storage layer is out of the range of the datetime type. This change tries to detect that circumstance and map the timestamp into a low value that is inside the range.
Type of change
Please delete options that are not relevant.
Bug fix (non-breaking change which fixes an issue)
Description
Extracting from an empty table in sql server fails when the last updated column is set to a datetime (instead of the new datetime2 type). This is because the lower timestamp that is produced from the storage layer is out of the range of the datetime type. This change tries to detect that circumstance and map the timestamp into a low value that is inside the range.
Type of change
Please delete options that are not relevant.