-
- Downloads
Fix inserting strings longer than 8000 bytes with ODBC/MS SQL.
Use SQL_LONGVARCHAR and SQL_SS_LENGTH_UNLIMITED for such strings, otherwise they were silently truncated when inserting them into an nvarchar(max) column. See #287.
Please register or sign in to comment