Skip to content

2.7.0

Compare
Choose a tag to compare
@resuna resuna released this 11 Mar 16:13
· 105 commits to master since this release
19adde4

The COPY FROM/COPY TO API that Pgsql uses is obsolete and deprecated.

This changes it to use the new API in libpq.

Also, added $handle copy_complete which terminates a COPY FROM stdin operation without the hack of writing {\.} to the handle.

Finally, updated tests and added tests for COPY.