RPostgreSQL
RPostgreSQL copied to clipboard
Exclude dropped columns from `dbGetFields` results
Resolve #129 by adding additional WHERE clause for not attisdropped to filter out dropped columns.
See #129 for details.
I just added a call to setMethod("dbIsValid", "PostgreSQLConnection", ...) so that DBI::dbIsValid now works for RPosgreSQL connections.