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

Handle the sql type named LONG #17425

Open
kgyrtkirk opened this issue Oct 28, 2024 · 1 comment
Open

Handle the sql type named LONG #17425

kgyrtkirk opened this issue Oct 28, 2024 · 1 comment

Comments

@kgyrtkirk
Copy link
Member

Motivation

People using the native engine may write CAST( some AS LONG ) because they used to work with those types - however the sql parser doesn't know that type and returns an error.

Description

It could be handled as an alias to BIGINT

@naanagon
Copy link
Contributor

@kgyrtkirk Can i work on this.?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants