I'm proposing to change instances of new Query() -> NewQuery() in Query class for better extensibility.
Trying to achieve pooled query functionality and this is a stopper for me. Guess overall would be better to create queries from NewQuery virtual method.
I'm proposing to change instances of
new Query()->NewQuery()in Query class for better extensibility.Trying to achieve pooled query functionality and this is a stopper for me. Guess overall would be better to create queries from NewQuery virtual method.