File tree Expand file tree Collapse file tree 4 files changed +2
-4
lines changed
Expand file tree Collapse file tree 4 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 3030 "packet-reader" : " 1.0.0" ,
3131 "pg-connection-string" : " ^2.7.0" ,
3232 "pg-pool" : " ^3.7.0" ,
33- "pg-protocol" : " ./packages/pg-protocol" ,
3433 "pg-types" : " ^2.1.0" ,
3534 "pgpass" : " 1.x"
3635 },
Original file line number Diff line number Diff line change 22
33var EventEmitter = require ( 'events' ) . EventEmitter
44
5- const { parse, serialize } = require ( 'pg-protocol' )
5+ const { parse, serialize } = require ( '../../ pg-protocol/dist ' )
66const { getStream, getSecureStream } = require ( './stream' )
77
88const flushBuffer = serialize . flush ( )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ var Client = require('./client')
44var defaults = require ( './defaults' )
55var Connection = require ( './connection' )
66var Pool = require ( 'pg-pool' )
7- const { DatabaseError } = require ( 'pg-protocol' )
7+ const { DatabaseError } = require ( '../../ pg-protocol/dist ' )
88const { escapeIdentifier, escapeLiteral } = require ( './utils' )
99
1010const poolFactory = ( Client ) => {
Original file line number Diff line number Diff line change 2222 "dependencies" : {
2323 "pg-connection-string" : " ^2.7.0" ,
2424 "pg-pool" : " ^3.7.0" ,
25- "pg-protocol" : " ../packages/pg-protocol" ,
2625 "pg-types" : " ^2.1.0" ,
2726 "pgpass" : " 1.x"
2827 },
You can’t perform that action at this time.
0 commit comments