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

Don't force users to use duckdb::Result #384

Open
andrewhamon opened this issue Sep 22, 2024 · 0 comments
Open

Don't force users to use duckdb::Result #384

andrewhamon opened this issue Sep 22, 2024 · 0 comments

Comments

@andrewhamon
Copy link

andrewhamon commented Sep 22, 2024

Rows.map requires the use of duckdb::Result.

Mapping a row to a value in my code might fail for reasons specific to my application, but the API of map prevents me from expressing that (or forces an awkward workaround).

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