File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -385,7 +385,7 @@ class Client extends EventEmitter {
385
385
// if a prepared statement has a name and properly parses
386
386
// we track that its already been executed so we don't parse
387
387
// it again on the same client
388
- if ( this . activeQuery . name ) {
388
+ if ( this . activeQuery ? .name ) {
389
389
this . connection . parsedStatements [ this . activeQuery . name ] = this . activeQuery . text
390
390
}
391
391
}
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " pg" ,
3
- "version" : " 8.12.0 " ,
2
+ "name" : " so- pg" ,
3
+ "version" : " 8.12.1 " ,
4
4
"description" : " PostgreSQL client - pure javascript & libpq with the same API" ,
5
5
"keywords" : [
6
6
" database" ,
11
11
" postgresql" ,
12
12
" rdbms"
13
13
],
14
- "homepage" : " https://github.com/brianc /node-postgres" ,
14
+ "homepage" : " https://github.com/dok /node-postgres" ,
15
15
"repository" : {
16
16
"type" : " git" ,
17
- "url" : " git:// github.com/brianc /node-postgres.git" ,
17
+ "url" : " git@ github.com:dok /node-postgres.git" ,
18
18
"directory" : " packages/pg"
19
19
},
20
20
"author" :
" Brian Carlson <[email protected] >" ,
You can’t perform that action at this time.
0 commit comments