postgresql-client
Advanced tools
Comparing version 1.8.0 to 1.8.1
@@ -128,2 +128,3 @@ "use strict"; | ||
result.fields = resultFields; | ||
result.rowType = options.objectRows ? 'object' : 'array'; | ||
if (options.cursor) { | ||
@@ -143,3 +144,2 @@ result.cursor = new Cursor_1.Cursor(this, portal, resultFields, parsers, options); | ||
result.command = 'SELECT'; | ||
result.rowType = options.objectRows ? 'object' : 'array'; | ||
const rows = result.rows = executeResult.rows; | ||
@@ -146,0 +146,0 @@ const l = rows.length; |
{ | ||
"name": "postgresql-client", | ||
"description": "Professional PostgreSQL client for JavaScript and TypeScript", | ||
"version": "1.8.0", | ||
"version": "1.8.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