Skip to content

[Bugfix] make_request and make_rest_request. If body is larger then 3…#84

Open
filepgeregly wants to merge 1 commit into
mortenbra:masterfrom
filepgeregly:master
Open

[Bugfix] make_request and make_rest_request. If body is larger then 3…#84
filepgeregly wants to merge 1 commit into
mortenbra:masterfrom
filepgeregly:master

Conversation

@filepgeregly
Copy link
Copy Markdown

…2767 then the utl_raw.convert function could truncate the returning value, causing an error.

The converted value is silently truncated if it exceeds the maximum length of a RAW value, which is 32767 bytes. Do not convert values longer than floor(32767/4) = 8191 bytes if you want to avoid this truncation for all possible combinations of to_charset and from_charset.

…2767 then the utl_raw.convert function could truncate the returning value, causing an error.

The converted value is silently truncated if it exceeds the maximum length of a RAW value, which is 32767 bytes. Do not convert values longer than floor(32767/4) = 8191 bytes if you want to avoid this truncation for all possible combinations of to_charset and from_charset.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant