This website requires JavaScript.
Explore
Help
Sign In
cartodb4
/
node-pg-copy-streams
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
PushSpring-master
node-pg-copy-streams
/
test
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
Delete Directory
History
brianc
17697e98d7
Re-enable old tests
2016-05-03 13:07:29 -05:00
..
binary.js
Eliminate detach/reattach strategy as it isn't able to differentiate between on/once and inconsistenly loses unshifted data depending on node version. Instead just split stream and send it to copy stream and the connection.stream at the same time. Disconnecting copy stream just means unpiping. Added handleCopyData to fulfill query contract but ignore the incoming data.
2015-12-16 16:21:13 -08:00
copy-from.js
Eliminate detach/reattach strategy as it isn't able to differentiate between on/once and inconsistenly loses unshifted data depending on node version. Instead just split stream and send it to copy stream and the connection.stream at the same time. Disconnecting copy stream just means unpiping. Added handleCopyData to fulfill query contract but ignore the incoming data.
2015-12-16 16:21:13 -08:00
copy-to.js
Re-enable old tests
2016-05-03 13:07:29 -05:00
index.js
Adds a smoke test for copying with BINARY.
2014-04-06 04:50:54 -07:00