postgresql-client
Advanced tools
Comparing version 1.5.0 to 1.5.1
@@ -130,2 +130,3 @@ "use strict"; | ||
resultFields = common_1.wrapRowDescription(typeMap, fields, options.columnFormat || definitions_1.DEFAULT_COLUMN_FORMAT); | ||
result.fields = resultFields; | ||
if (options.cursor) { | ||
@@ -137,3 +138,2 @@ result.cursor = new Cursor_1.Cursor(this, portal, resultFields, parsers, options); | ||
} | ||
result.fields = resultFields; | ||
} | ||
@@ -140,0 +140,0 @@ const executeResult = await portal.execute(options.fetchCount); |
{ | ||
"name": "postgresql-client", | ||
"description": "Professional PostgreSQL client for JavaScript and TypeScript", | ||
"version": "1.5.0", | ||
"version": "1.5.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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
2