Skip to content

7.18.4

Choose a tag to compare

@JonathanMagnan JonathanMagnan released this 08 Feb 01:10
· 33 commits to master since this release

Download the library here

  • FIXED: Issue with options AutoTruncate = false for a SQL Server table with char column type in which an empty value is passed (only for operations of 10 rows or less). The SqlParameter was considered the null value as a char(8000) even if in the database it was a char(3), and was leading to the SQL error: This exceeds the maximum allowable table row size of 8060 bytes issue. The AutoTruncate = false has been completed re-write to better handle all scenarios found

Trial unlocked until the end of February