Skip to content
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

minor suggestion: fetchcol() method #1183

Open
ofer-pd opened this issue Sep 28, 2024 · 0 comments
Open

minor suggestion: fetchcol() method #1183

ofer-pd opened this issue Sep 28, 2024 · 0 comments

Comments

@ofer-pd
Copy link

ofer-pd commented Sep 28, 2024

You've got:

  • fetchval for scalars
  • fetchrow for a horizontal list of values
  • fetch for a list of list of values

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.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant