Closed IvanKirpichnikov closed 4 months ago
Thanks for the new feature request! We'll look into it as soon as possible
@IvanKirpichnikov You can find row_factory
as a method in QueryResult
.
As requested feature was developed, closing this issue. If there are any problems, don't hesitate to reopen it.
Add a
row_factory
argument to the ResultQuery.result and SingleQueryResult.result methodsYou pass your function there, to which strings will fly. The function will process them. In turn, the result will be collected in a list and returned.
Example code