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

[CBRD-24780] An error occurs when casting an empty string to bigint. #4320

Merged
merged 1 commit into from
Apr 26, 2023

Conversation

youngjinj
Copy link
Contributor

@youngjinj youngjinj commented Apr 21, 2023

http://jira.cubrid.org/browse/CBRD-24780

For backwards compatibility, casting from empty string to bigint is allowed.

select cast ('' as bigint);

/* AS-IS */
ERROR: Cannot coerce value of domain "character" to domain "bigint".

/* TO-BE */
<00001>  cast('' as bigint): 0

@youngjinj youngjinj merged commit a428310 into CUBRID:develop Apr 26, 2023
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.

6 participants