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

Fixes usage of bigint parameter when using dbConnect. #59

Closed
wants to merge 4 commits into from

Conversation

tau31
Copy link
Contributor

@tau31 tau31 commented Dec 23, 2023

Fixes #6.

Thanks for all the work on this package 👍

@tau31 tau31 marked this pull request as ready for review December 23, 2023 21:18
} else {
bigint <- drv@bigint
}

# aha, a late comer. let's make a new instance.
if (!missing_dbdir && dbdir != drv@dbdir) {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

quick question, since dbdir is set by default to DBDIR_MEMORY in the function signature, is there a situation in which it can be missing? Thanks

@krlmlr krlmlr added this to the 0.10.1 milestone Mar 21, 2024
@krlmlr
Copy link
Collaborator

krlmlr commented Mar 24, 2024

Thanks, included in #124.

@krlmlr krlmlr closed this Mar 24, 2024
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

Successfully merging this pull request may close these issues.

[r] bigint advertised in duckdb() and dbConnect(), but only the former is supported
2 participants