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: error when use '1' with int column #14756

Closed
2 tasks done
coffeecms opened this issue Feb 27, 2024 · 0 comments · Fixed by #14759
Closed
2 tasks done

bug: error when use '1' with int column #14756

coffeecms opened this issue Feb 27, 2024 · 0 comments · Fixed by #14759
Assignees
Labels
C-bug Category: something isn't working

Comments

@coffeecms
Copy link

Search before asking

  • I had searched in the issues and found no similar issues.

Version

When use '1' with int column, databend will return error not match data type of column.

It's mean databend not allow use ' char with int column like: where id='1'
And only allow: where id=1

But it's working with others data warehouse like : StarRocks, Doris, Mysql, Mariadb

If databend allow use ' char with int column, it's mean databend can integrate with many working systems like: Wordpress and other PHP scripts...

What's Wrong?

databend not allow use ' char with int column like: where id='1'
And only allow: where id=1

But it's working with others data warehouse like : StarRocks, Doris, Mysql, Mariadb

How to Reproduce?

No response

Are you willing to submit PR?

  • Yes I am willing to submit a PR!
@coffeecms coffeecms added the C-bug Category: something isn't working label Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants