When attempting to add a Decimal to the database with an executemany, an error is returned. Exception message: Exception: RuntimeError: Input string UTF-16 length ...
I'm trying to implement DMS for our data replication purposes between two SQL Server instances with Change Tracking enabled. The problem I stumbled upon is specifically connected with decimal(19,0) ...