-
Notifications
You must be signed in to change notification settings - Fork 38.4k
Deprecate rowsExpected
property of SqlQuery
#34512
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
Comments
I still don't get it. This is a java-bean style property on this class. While it's not being used in Spring Framework I think it's meant to be used by applications. Do you have any replacement for this to suggest for people using this? This is not my area of expertise so I'll leave it to other team members to decide on this. |
I believe it's misused here, the intention of Lines 90 to 97 in 03cce13
|
rowsExpected
property of SqlQuery
is not actually used
I see it the same way as @quaff. The
This is analogous to the
The difference is that Thus, as @quaff pointed out, with the status quo there is not much point in having |
Let's deprecate those methods for 6.2.4 if they don't have a clear purpose. |
rowsExpected
property of SqlQuery
is not actually usedrowsExpected
property of SqlQuery
Fix spring-projectsGH-34512 Signed-off-by: Yanming Zhou <[email protected]>
Fix spring-projectsGH-34512 Signed-off-by: Yanming Zhou <[email protected]>
SqlQuery::setRowsExpected
is invoked somewhere, but it make no sense sinceSqlQuery::getRowsExpected
is never invoked anywhere.We have two options:
See GH-34502
The text was updated successfully, but these errors were encountered: