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

为啥没有数据类型检查 #87

Closed
katechun opened this issue Nov 7, 2018 · 1 comment
Closed

为啥没有数据类型检查 #87

katechun opened this issue Nov 7, 2018 · 1 comment
Labels
duplicate This issue or pull request already exists

Comments

@katechun
Copy link

katechun commented Nov 7, 2018

Please search the existing issues for relevant feature requests, add upvotes to pre-existing requests.

Feature Description

create table tab1(uid int,name varchar(15));

A written overview of the feature.
select * from tab1 where uid in (213,'486');

Use Case(s)

这样的数据类型不一致,检查不出来
Any relevant use-cases that you see.

@martianzhang martianzhang added doing duplicate This issue or pull request already exists labels Nov 7, 2018
@martianzhang
Copy link
Contributor

隐式数据类型转换相关代码目前未支持这种类型的检查。在计划中。

in (213,'486')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants