ADO.NET Provider - Changed TINYINT Handling from byte to sbyte
A TINYINT output parameter was returned with an underlying type of byte. Attempting to retrieve a negative TINYINT resulted in an Overflow exception thrown in ExecuteNonQuery. TINYINT handling has been changed from byte to sbyte.