RPostgreSQL icon indicating copy to clipboard operation
RPostgreSQL copied to clipboard

Exclude dropped columns from `dbGetFields` results

Open warnes opened this issue 2 years ago • 1 comments

Resolve #129 by adding additional WHERE clause for not attisdropped to filter out dropped columns.

See #129 for details.

warnes avatar Aug 07 '23 16:08 warnes

I just added a call to setMethod("dbIsValid", "PostgreSQLConnection", ...) so that DBI::dbIsValid now works for RPosgreSQL connections.

warnes avatar Jan 03 '24 21:01 warnes