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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
在提交 issue 前,请查阅以下资源,请先进行搜索来保证没有类似的 issue。 文档 | FAQ
select * from empower_0 pcr order by id limit 100,200 改写后成了 select * from empower_0 pcr order by id limit 100;
应用版本/分支:
部署方式:手工部署 应用版本/分支:Release v1.7.2
The text was updated successfully, but these errors were encountered:
刚才看了一下代码,好像是故意这样设置的,可能是出于安全,不过感觉不太合理,我们的业务还是有offset的需求
Sorry, something went wrong.
support offset
ced29e3
fix hhyo#847,hhyo#739,hhyo#647.
support offset (#1172)
f370593
* support offset fix #847,#739,#647. * update limit ut Co-authored-by: 小圈圈 <rtttte@qq.com>
No branches or pull requests
在提交 issue 前,请查阅以下资源,请先进行搜索来保证没有类似的 issue。
文档 | FAQ
重现步骤
select * from empower_0 pcr order by id limit 100,200
改写后成了
select * from empower_0 pcr order by id limit 100;
版本信息
应用版本/分支:
部署方式:手工部署
应用版本/分支:Release v1.7.2
The text was updated successfully, but these errors were encountered: