tomoakin / RPostgreSQL

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

Query result with zero rows returns data.frame without columns #103

Open david-cortes opened 5 years ago

david-cortes commented 5 years ago

Steps to reproduce:

Expected results: Should return a data.frame with zero rows and the column names that would be specified by the query.

Actual results: Returns an empty data.frame with zero rows and zero columns.

drkarthi commented 5 years ago

92 seems to be a potential fix