Comparing version 7.18.1 to 7.18.2
@@ -548,3 +548,3 @@ 'use strict' | ||
if (this.activeQuery) { | ||
if (this.activeQuery || !this._queryable) { | ||
// if we have an active query we need to force a disconnect | ||
@@ -551,0 +551,0 @@ // on the socket - otherwise a hung query could block end forever |
{ | ||
"name": "pg", | ||
"version": "7.18.1", | ||
"version": "7.18.2", | ||
"description": "PostgreSQL client - pure javascript & libpq with the same API", | ||
@@ -56,3 +56,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "b3f0728a1102772a5c6320c78c2533354d78a39b" | ||
"gitHead": "29877530c6f7b5ebc0bf814e3a711b4b66e4d51a" | ||
} |
@@ -47,9 +47,19 @@ # node-postgres | ||
### Sponsorship :star: | ||
## Sponsorship :two_hearts: | ||
[If you or your company are benefiting from node-postgres and would like to help keep the project financially sustainable please consider supporting](https://github.com/sponsors/brianc) its development. | ||
node-postgres's continued development has been made possible in part by generous finanical support from [the community](https://github.com/brianc/node-postgres/blob/master/SPONSORS.md) and these featured sponsors: | ||
Also, you can view a historical list of all [previous and existing sponsors](https://github.com/brianc/node-postgres/blob/master/SPONSORS.md). | ||
<div align="center"> | ||
<a href="https://www.timescale.com" target="_blank"> | ||
<img height="80" src="https://node-postgres.com/timescale.svg" /> | ||
</a> | ||
<img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAABCAQAAAB0m0auAAAADElEQVR42mNkIBIAAABSAAI2VLqiAAAAAElFTkSuQmCC" /> | ||
<a href="https://crate.io" target="_blank"> | ||
<img height="80" src="https://node-postgres.com/crate-io.png" /> | ||
</a> | ||
</div> | ||
If you or your company are benefiting from node-postgres and would like to help keep the project financially sustainable [please consider supporting](https://github.com/sponsors/brianc) its development. | ||
## Contributing | ||
@@ -56,0 +66,0 @@ |
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
93200
102