Skip to content

Enable DBI::dbIsValid for RPosgreSQL #134

@warnes

Description

@warnes

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions