Closed GoogleCodeExporter closed 9 years ago
Original comment by ne...@neiltiffin.com
on 30 Sep 2009 at 5:14
I am now catching these NULLs at the R level before we call Pg thus avoiding
any
segfaults. It is somewhat of a border case -- what exactly did you expect for
NULL
values to happen? Still, segfaults are almost always wrong.
Original comment by dirk.eddelbuettel
on 3 Oct 2009 at 10:27
I agree this is a borderline situation nevertheless the result shouldn't be a
complete R shutdown with no message being issued (except those from windows
which are
useless - sorry for the redundancy).
This incorrect/defective connection parametrization should be caught earlier
and an
error/warning message should be raised, alerting the user to bad parameter set
or any
other kind of informative feedback.
Original comment by joao...@gmail.com
on 5 Oct 2009 at 5:31
This is fixed in SVn and will make to 0.1-5 which should be out in a few days.
Original comment by dirk.eddelbuettel
on 10 Oct 2009 at 4:45
Original issue reported on code.google.com by
joao...@gmail.com
on 4 Apr 2009 at 11:06