Comparing version 7.16.1 to 7.17.0
@@ -374,2 +374,5 @@ 'use strict' | ||
} | ||
if (params.idle_in_transaction_session_timeout) { | ||
data.idle_in_transaction_session_timeout = String(parseInt(params.idle_in_transaction_session_timeout, 10)) | ||
} | ||
@@ -376,0 +379,0 @@ return data |
@@ -68,2 +68,3 @@ 'use strict' | ||
this.statement_timeout = val('statement_timeout', config, false) | ||
this.idle_in_transaction_session_timeout = val('idle_in_transaction_session_timeout', config, false) | ||
this.query_timeout = val('query_timeout', config, false) | ||
@@ -70,0 +71,0 @@ |
@@ -62,2 +62,6 @@ 'use strict' | ||
// Terminate any session with an open transaction that has been idle for longer than the specified duration in milliseconds | ||
// false=unlimited | ||
idle_in_transaction_session_timeout: false, | ||
// max milliseconds to wait for query to complete (client side) | ||
@@ -64,0 +68,0 @@ query_timeout: false, |
{ | ||
"name": "pg", | ||
"version": "7.16.1", | ||
"version": "7.17.0", | ||
"description": "PostgreSQL client - pure javascript & libpq with the same API", | ||
@@ -56,3 +56,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "af4d05445d099a8176df185476d5e853c9c13ef8" | ||
"gitHead": "6d93951783dc774731fe0b18d07ed8bf2d78d0b2" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
91784
2665