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

Unnecessary casting between SERIAL and INT #1720

Closed
andyfengHKU opened this issue Jun 25, 2023 · 0 comments
Closed

Unnecessary casting between SERIAL and INT #1720

andyfengHKU opened this issue Jun 25, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@andyfengHKU
Copy link
Contributor

Consider the following query

MATCH (row:Row {SurrogateKey:1})
RETURN row

When SurrogateKey is of type SERIAL this triggers a NotImplementedException bindImplicitCastFuncName() which shouldn't be necessary since SERIAL is processed as INT internally.

@andyfengHKU andyfengHKU added the bug Something isn't working label Jun 25, 2023
@andyfengHKU andyfengHKU self-assigned this Jun 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants