tomoakin / RPostgreSQL

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

Exclude dropped columns from `dbGetFields` results #130

Open warnes opened 1 year ago

warnes commented 1 year ago

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

See #129 for details.

warnes commented 8 months ago

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