Closed GoogleCodeExporter closed 9 years ago
Thanks for the report.
However, this report was not reproducible, as the detail on the "some data" and
"query" is not provided. So far as tested, the iris dataset stored with
dbWriteTable(), and "select * from iris" does not produce the above error on OS
X 10.6.8 (R 2.14.0, RPostgreSQL installed from binary package) connected with
9.1.2 server running on another machine.
The error message can be produced with
dbGetQuery(con,"select NULL::void")
However, in this case, the warning is reasonable as it is unclear how to handle
the void type.
So, I suspect that "query" is in fact a function that really returns a void
type, for which we do not have determined what is the right way to handle.
Original comment by tomoa...@kenroku.kanazawa-u.ac.jp
on 21 Jan 2012 at 9:29
This is closed because no concrete way to reproduce the problem is provided.
Original comment by tomoa...@kenroku.kanazawa-u.ac.jp
on 9 Oct 2012 at 9:27
Original issue reported on code.google.com by
ashwin.k...@gmail.com
on 14 Jan 2012 at 2:56