postgresql-client
Advanced tools
Comparing version 1.14.0 to 1.14.1
@@ -28,3 +28,3 @@ "use strict"; | ||
return typeof v === 'string' && | ||
!GUID_PATTERN.test(v); | ||
GUID_PATTERN.test(v); | ||
} | ||
@@ -31,0 +31,0 @@ }; |
@@ -63,8 +63,6 @@ "use strict"; | ||
exports.GlobalTypeMap.register(NumericType_1.NumericType, NumericType_1.ArrayNumericType); | ||
exports.GlobalTypeMap.register(VarcharType_1.VarcharType, VarcharType_1.ArrayVarcharType); | ||
exports.GlobalTypeMap.register(CharType_1.CharType, CharType_1.ArrayCharType); | ||
exports.GlobalTypeMap.register(UuidType_1.UuidType, UuidType_1.ArrayUuidType); | ||
exports.GlobalTypeMap.register(TimestamptzType_1.TimestamptzType, TimestamptzType_1.ArrayTimestamptzType); | ||
exports.GlobalTypeMap.register(TimestampType_1.TimestampType, TimestampType_1.ArrayTimestampType); | ||
exports.GlobalTypeMap.register(DateType_1.DateType, DateType_1.ArrayDateType); | ||
exports.GlobalTypeMap.register(UuidType_1.UuidType, UuidType_1.ArrayUuidType); | ||
exports.GlobalTypeMap.register(OidType_1.OidType, OidType_1.ArrayOidType); | ||
@@ -77,2 +75,4 @@ exports.GlobalTypeMap.register(JsonType_1.JsonType, JsonType_1.ArrayJsonType); | ||
exports.GlobalTypeMap.register(BoxType_1.BoxType, BoxType_1.ArrayBoxType); | ||
exports.GlobalTypeMap.register(VarcharType_1.VarcharType, VarcharType_1.ArrayVarcharType); | ||
exports.GlobalTypeMap.register(CharType_1.CharType, CharType_1.ArrayCharType); | ||
exports.GlobalTypeMap.register(Object.assign(Object.assign({}, VarcharType_1.VarcharType), { name: 'bpchar', oid: definitions_1.DataTypeOIDs.bpchar })); | ||
@@ -79,0 +79,0 @@ exports.GlobalTypeMap.register(Object.assign(Object.assign({}, VarcharType_1.ArrayVarcharType), { name: '_bpchar', oid: definitions_1.DataTypeOIDs._bpchar, elementsOID: definitions_1.DataTypeOIDs.bpchar })); |
{ | ||
"name": "postgresql-client", | ||
"description": "Professional PostgreSQL client for JavaScript and TypeScript", | ||
"version": "1.14.0", | ||
"version": "1.14.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
332411