D9 field coming through with a different size on SSIS.
Synergy 10.3.3
One of our customers uses SSIS with ODBC. We had to change some of the fields in the repository to allow negatives because of errors when generating the ODBC tables. Now they are reporting that some of the fields that were coming through as 8 Bytes are now coming through as 4 Bytes. They happen to be the same fields where we changed them to allow negatives. They are still showing as SQL_INTEGER. The fields are Decimal, length 9, coerced type Default in the repository.
Thanks