Subject: | Different in getline function removing new lines |
The behavior of getline is different depending on if the old PQgetline
or new PGgetCopyData functions are used. The old interface removed the
"\n" at the end of the line. The new interface leaves the "\n" at the end.
This is a regression between old versions of DBD::Pg. And will be
different when old versions of libpq are used with DBD::Pg 1.49.