Hey there,
we are currently using VS 2017 15.7.5 and SSDT 15.8
We've got SSIS packages which read data from a Progress database via ODBC.
We updated to VS 2017 15.9.2 and now all the ODBC Progress packages fail, nothing else has been changed.
The problem we have is that all the columns which were previously correctly identified as DT_DBDATE are now recognized as DT_BYTES.
It seems to be some weird regional or language problem.
Comparing the ODBC Source previews:
On the machine where we still have 15.7.5 date values show as for example "2018-11-05".
On the new machine with 15.9.2 date values show as "3/11/2014 12:00:00 AM".
Changing any of the machine's regional settings didn't help, so it must be a problem within Visual Studio?