postgresql-client
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -73,2 +73,3 @@ "use strict"; | ||
dataTypeId: f.dataTypeId, | ||
dataTypeName: '', | ||
mappedType: cf === DataFormat.binary ? 'Buffer' : 'string' | ||
@@ -83,2 +84,3 @@ }; | ||
x.mappedType = reg.mappedType; | ||
x.dataTypeName = reg.name; | ||
if (reg.elementsOID) { | ||
@@ -85,0 +87,0 @@ x.elementDataTypeId = reg.elementsOID; |
@@ -156,2 +156,6 @@ /// <reference types="node" /> | ||
/** | ||
* Name of the data type | ||
*/ | ||
dataTypeName: string; | ||
/** | ||
* OID of the elements data type if field is an array | ||
@@ -158,0 +162,0 @@ */ |
{ | ||
"name": "postgresql-client", | ||
"description": "Professional PostgreSQL client for JavaScript and TypeScript", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"author": "Panates", | ||
@@ -6,0 +6,0 @@ "contributors": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
293547
4521