tomoakin / RPostgreSQL

Automatically exported from code.google.com/p/rpostgresql
64 stars 19 forks source link

Enable `DBI::dbIsValid` for RPosgreSQL #134

Open warnes opened 9 months ago

warnes commented 9 months ago

RPosgreSQL has a function matching DBI::dbIsValid but it isn't mapped as a method.

Adding a call to setMethod("dbIsValid", "PostgreSQLConnection", ...) allows DBI::dbIsValid to works for RPosgreSQL connections. (See #130).