We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please answer these questions before submitting your issue. Thanks!
What did you do? 分析select * from A where deleted = 1 limit 100 deleted 为bit(1)
What did you expect to see? 能走索引
What did you see instead? 分析报告给出 参数包含隐式转换,无法使用索引 Item: ARG.003 Severity: L4 Content: brandgood.deleted definition is bit(1) not int
What version of are you using (soar -version)? 0.10.0
soar -version
The text was updated successfully, but these errors were encountered:
ccdfcb8
SELECT * FROM sakila.film WHERE rental_rate > 1
also need fix DECIMAL compare with INTEGER
Sorry, something went wrong.
No branches or pull requests
Please answer these questions before submitting your issue. Thanks!
What did you do?
分析select * from A where deleted = 1 limit 100
deleted 为bit(1)
What did you expect to see?
能走索引
What did you see instead?
分析报告给出 参数包含隐式转换,无法使用索引
Item: ARG.003
Severity: L4
Content: brandgood.deleted definition is bit(1) not int
What version of are you using (
soar -version
)?0.10.0
The text was updated successfully, but these errors were encountered: