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
Describe the bug In there have sql parameters bug.
ExternalStoragePersistServiceImpl#findAllConfigInfoForDumpAll
EmbeddedStoragePersistServiceImpl#findAllConfigInfoForDumpAll
Expected behavior return Page Object.
Acutally behavior SQL Error
Desktop (please complete the following information):
Resolvent Maybe
ExternalStoragePersistServiceImpl#findAllConfigInfoForDumpAll new Object[] {(pageNo - 1) * pageSize, pageSize} instead of params.toArray()
EmbeddedStoragePersistServiceImpl#findAllConfigInfoForDumpAll new Object[] {(pageNo - 1) * pageSize, pageSize} instead of EMPTY_ARRAY
Thanks.
The text was updated successfully, but these errors were encountered:
I'm going to test it at once.
Sorry, something went wrong.
[ISSUE alibaba#8318] fix findAllConfigInfoForDumpAll sql args error
fe1775d
Close alibaba#8318
[ISSUE alibaba#8318] remove the unnecessary arg
10134d6
[ISSUE #8318] fix findAllConfigInfoForDumpAll sql args error (#8319)
eff327d
* [ISSUE #8318] fix findAllConfigInfoForDumpAll sql args error Close #8318 * [ISSUE #8318] remove the unnecessary arg Close #8318
Successfully merging a pull request may close this issue.
Describe the bug
In there have sql parameters bug.
ExternalStoragePersistServiceImpl#findAllConfigInfoForDumpAll
EmbeddedStoragePersistServiceImpl#findAllConfigInfoForDumpAll
Expected behavior
return Page Object.
Acutally behavior
SQL Error
Desktop (please complete the following information):
Resolvent
Maybe
ExternalStoragePersistServiceImpl#findAllConfigInfoForDumpAll
new Object[] {(pageNo - 1) * pageSize, pageSize} instead of params.toArray()
EmbeddedStoragePersistServiceImpl#findAllConfigInfoForDumpAll
new Object[] {(pageNo - 1) * pageSize, pageSize} instead of EMPTY_ARRAY
Thanks.
The text was updated successfully, but these errors were encountered: