You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :)
The text was updated successfully, but these errors were encountered:
Another observation: DBI is only listed in Suggests and, while some methods of "install all my dependencies" might honor a minimum version for a suggested package, I think most don't. So this is a signal mostly aimed at humans.
In any case, this change has already been made in the dev version of glue: 84ea088.
I think you're right -- but even if they don't, they "should", and we can expect it'll be true "eventually"... just that we have no way of detecting any backsliding in the meantime (besides reports from folks like me that install from weird environments 😃)
glue/man/glue_sql.Rd
Line 195 in 9f88e21
Per the NEWS, this style is only valid from DBI v1.2.0:
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 :)
The text was updated successfully, but these errors were encountered: