-
-
Notifications
You must be signed in to change notification settings - Fork 218
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong result for RIGHT(UTF8 varchar) [CORE3277] #3645
Comments
Modified by: 1g0r (1g0r)description: example of the issue: SELECT VAL, VAL LEFT RIGHT RIGHT() returns an empty string => example of the issue: SELECT VAL, VAL LEFT RIGHT <BR> RIGHT() returns an empty string |
Modified by: 1g0r (1g0r)description: example of the issue: SELECT VAL, VAL LEFT RIGHT <BR> RIGHT() returns an empty string => example of the issue: SELECT VAL, VAL LEFT RIGHT RIGHT() returns an empty string |
Modified by: 1g0r (1g0r)security: Developers [ 10012 ] => |
Commented by: @dyemanov Confirmed for both 2.5.0 and 2.5.1. |
Modified by: @dyemanovassignee: Adriano dos Santos Fernandes [ asfernandes ] |
Modified by: 1g0r (1g0r)description: example of the issue: SELECT VAL, VAL LEFT RIGHT RIGHT() returns an empty string => example of the issue: {{SELECT VAL, ||VAL||LEFT||RIGHT|| RIGHT() returns an empty string |
Modified by: @asfernandesstatus: Open [ 1 ] => Resolved [ 5 ] resolution: Fixed [ 1 ] Fix Version: 2.5.1 [ 10333 ] Fix Version: 3.0 Alpha 1 [ 10331 ] |
Modified by: @pcisarstatus: Resolved [ 5 ] => Closed [ 6 ] |
Submitted by: 1g0r (1g0r)
example of the issue:
{{SELECT VAL,
LEFT(VAL, 2),
RIGHT(VAL, 2)
FROM (SELECT CAST('АБВГД' AS VARCHAR(10) CHARACTER SET UTF8) VAL
FROM RDB$DATABASE);}}
||VAL||LEFT||RIGHT||
|АБВГД|АБ| |
RIGHT() returns an empty string
Commits: cdd8620 1a1e892
The text was updated successfully, but these errors were encountered: