Open
Description
And I have a question about getStored deprecation
It was quiet hard to understand its code, so then i recognized that there is no need to remove it
I have a suggection
- reorganize result interfaces to have single responsobilities
-- ResultSetInterface with store() and getStored()
-- MultiResultSetInterface extends ResultSetInterface
-- SingleResultSetInterface extends ResultSetInterface - rename getStored() to getResults()
- rename store() to collectResults()
and them it won't be so complicated to understand waht is going on
what do you think ?