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

Example assumes DBI (>= 1.2.0) #324

Open
MichaelChirico opened this issue May 22, 2024 · 0 comments
Open

Example assumes DBI (>= 1.2.0) #324

MichaelChirico opened this issue May 22, 2024 · 0 comments

Comments

@MichaelChirico
Copy link
Contributor

DBI::Id(iris_db, "sepal_length"),

Per the NEWS, this style is only valid from DBI v1.2.0:

Id() now accepts unnamed components (#417). If names are provided, the components are arranged in SQL order (@eauleaf, #427).

But {glue} doesn't have that version stated.

The easiest fix is just to bump the minimum version, but OTOH, is it worth bumping the version requirement just for examples? I leave it up to maintainers :)

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