Skip to content
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

[BUG] (string) does not cast to empty string the null value #2232

Closed
Jeckerson opened this issue Apr 25, 2021 · 0 comments · Fixed by #2233
Closed

[BUG] (string) does not cast to empty string the null value #2232

Jeckerson opened this issue Apr 25, 2021 · 0 comments · Fixed by #2233
Assignees
Labels
Milestone

Comments

@Jeckerson
Copy link
Member

function castFromNull() -> string
{
    var a = null;

    return (string) a;
}

Returns null instead of ''

@Jeckerson Jeckerson added the bug label Apr 25, 2021
@Jeckerson Jeckerson added this to the 0.13.3 milestone Apr 25, 2021
@Jeckerson Jeckerson self-assigned this Apr 25, 2021
@Jeckerson Jeckerson linked a pull request Apr 25, 2021 that will close this issue
3 tasks
Jeckerson added a commit that referenced this issue Apr 25, 2021
@Jeckerson Jeckerson modified the milestones: 0.13.3, 0.13.4 Apr 25, 2021
Jeckerson added a commit that referenced this issue Apr 25, 2021
AlexNDRmac added a commit that referenced this issue Apr 25, 2021
@Jeckerson Jeckerson mentioned this issue Apr 26, 2021
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant