Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Multibyte characters overflows variable #994
Comments
|
Thank you for bringing this up! |
|
Could you also add a unit test to cover that situation? Thanks again for finding the issue, reporting it and fixing it |
|
There definitely is a problem with muti-byte characters. @lukashov-artem - I've tried applying you fix on my Most probably your fix is not addressing all the issues. |

Describe the bug
String of multibyte characters overflows variable when converting ut_varchar2_list to ut_varchar2_rows
Provide version info
utPLSQL v3.1.2.2134
Oracle 12.2 charset UTF8
To Reproduce
Steps to reproduce the behavior:
rpad('№',1334,'№')||'№'Expected behavior
the error is not raised and the log lines are displayed correctly
Example code
Fix
We tried to fix it. I'm new to github, so I did not understand where to click to offer a fix.
lukashov-artem@2673e70#diff-b081c1c6f662c3d212eb2be99d4d58bd
lukashov-artem@be17067