postgresql-client
Advanced tools
Comparing version 1.14.2 to 1.15.0
@@ -78,2 +78,4 @@ "use strict"; | ||
exports.GlobalTypeMap.register(Object.assign(Object.assign({}, VarcharType_1.ArrayVarcharType), { name: '_bpchar', oid: definitions_1.DataTypeOIDs._bpchar, elementsOID: definitions_1.DataTypeOIDs.bpchar })); | ||
exports.GlobalTypeMap.register(Object.assign(Object.assign({}, VarcharType_1.VarcharType), { name: 'name', oid: definitions_1.DataTypeOIDs.name })); | ||
exports.GlobalTypeMap.register(Object.assign(Object.assign({}, VarcharType_1.ArrayVarcharType), { name: '_name', oid: definitions_1.DataTypeOIDs._name, elementsOID: definitions_1.DataTypeOIDs.name })); | ||
exports.GlobalTypeMap.register(Object.assign(Object.assign({}, VarcharType_1.VarcharType), { name: 'text', oid: definitions_1.DataTypeOIDs.text })); | ||
@@ -80,0 +82,0 @@ exports.GlobalTypeMap.register(Object.assign(Object.assign({}, VarcharType_1.ArrayVarcharType), { name: '_text', oid: definitions_1.DataTypeOIDs._text, elementsOID: definitions_1.DataTypeOIDs.text })); |
{ | ||
"name": "postgresql-client", | ||
"description": "Professional PostgreSQL client for JavaScript and TypeScript", | ||
"version": "1.14.2", | ||
"version": "1.15.0", | ||
"author": "Panates", | ||
@@ -6,0 +6,0 @@ "contributors": [ |
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
333043
5072