r-dbi / dbi3

DBI revisited
https://r-dbi.github.io/dbi3
37 stars 2 forks source link

dbVersion(con) generic? #31

Closed hadley closed 4 months ago

hadley commented 5 years ago

Should we have a standard way of getting the server database version?

krlmlr commented 5 years ago

We had this in dbGetInfo(), this is somewhat in a limbo state. For what other parts of that information should we provide generics? Perhaps we can also standardize what dbGetInfo() returns?

krlmlr commented 4 years ago

Please use dbGetInfo() to retrieve the relevant information.

github-actions[bot] commented 3 years ago

This old thread has been automatically locked. If you think you have found something related to this, please open a new issue and link to this old issue if necessary.

krlmlr commented 4 months ago

The presence of a db.version component is specified and tested by DBItest. I think dbGetInfo(con)$db.version is as good as this gets.