You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changed from ftWideString to ftWideMemo and ftString to ftMemo
as MSSQL truncates string params to 8000
This was already implemented before, but got lost at 15.3.2024
We already had a workaround to avoid truncation of strings with
size >= 8000. But in case we are using Unicode, we need to check for
4000 chars, because when using Unicode each char requires twice as much
space #26
Even when database column is longer than 8000 chars data is truncated.
The text was updated successfully, but these errors were encountered: