Open ofer-pd opened 1 month ago
You've got:
fetchval
fetchrow
fetch
But I don't see a convenience method for returning a vertical list of values — such as when selecting a single column.
(In this case, I think returning a plain old list of values would be more useful than a list of single-value Records.)
You've got:
fetchval
for scalarsfetchrow
for a horizontal list of valuesfetch
for a list of list of valuesBut I don't see a convenience method for returning a vertical list of values — such as when selecting a single column.
(In this case, I think returning a plain old list of values would be more useful than a list of single-value Records.)