postgresql-client
Advanced tools
Comparing version 1.11.0 to 1.11.1
@@ -42,2 +42,4 @@ "use strict"; | ||
const out = []; | ||
if (this._closed) | ||
return out; | ||
for (let i = 0; i < nRows; i++) { | ||
@@ -64,3 +66,3 @@ if (!this._rows.length) | ||
if (this._closed) | ||
throw new Error(`Can not fetch from closed cursor "${this._portal.name}"`); | ||
return; | ||
const portal = this._portal; | ||
@@ -67,0 +69,0 @@ await this._taskQueue.enqueue(async () => { |
{ | ||
"name": "postgresql-client", | ||
"description": "Professional PostgreSQL client for JavaScript and TypeScript", | ||
"version": "1.11.0", | ||
"version": "1.11.1", | ||
"author": "Panates", | ||
@@ -6,0 +6,0 @@ "contributors": [ |
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
4959
191640