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

Auto detect type of condition value in where statement #7

Open
DiamondMofeng opened this issue Feb 1, 2023 · 1 comment
Open

Auto detect type of condition value in where statement #7

DiamondMofeng opened this issue Feb 1, 2023 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@DiamondMofeng
Copy link
Owner

DiamondMofeng commented Feb 1, 2023

Currently, the condition values from the input of where statement are always treated as the raw string from input.
This means users have to type quotation marks manually, otherwise their string condition would be treated as a variable or a keyword, etc.
Actually, we can easily get its type from column schema.

@DiamondMofeng DiamondMofeng added enhancement New feature or request good first issue Good for newcomers labels Feb 1, 2023
@DiamondMofeng DiamondMofeng changed the title Auto detect type of right value in where statement Auto detect type of condition value in where statement Feb 1, 2023
@DiamondMofeng
Copy link
Owner Author

I do not think this is much necessary now. Anyway feel free to tell me if you have any good ideas.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant