postgresql-client
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -11,2 +11,1 @@ "use strict"; | ||
exports.BindParam = BindParam; | ||
//# sourceMappingURL=BindParam.js.map |
@@ -83,2 +83,1 @@ "use strict"; | ||
exports.wrapRowDescription = wrapRowDescription; | ||
//# sourceMappingURL=common.js.map |
@@ -163,2 +163,1 @@ "use strict"; | ||
exports.Connection = Connection; | ||
//# sourceMappingURL=Connection.js.map |
@@ -66,2 +66,1 @@ "use strict"; | ||
exports.Cursor = Cursor; | ||
//# sourceMappingURL=Cursor.js.map |
@@ -24,2 +24,1 @@ "use strict"; | ||
exports.ArrayBoolType = Object.assign(Object.assign({}, exports.BoolType), { name: '_bool', oid: definitions_1.DataTypeOIDs.ArrayBool, elementsOID: definitions_1.DataTypeOIDs.Bool }); | ||
//# sourceMappingURL=BoolType.js.map |
@@ -47,2 +47,1 @@ "use strict"; | ||
exports.ArrayBoxType = Object.assign(Object.assign({}, exports.BoxType), { name: '_box', oid: definitions_1.DataTypeOIDs.ArrayBox, elementsOID: definitions_1.DataTypeOIDs.Box }); | ||
//# sourceMappingURL=BoxType.js.map |
@@ -24,2 +24,1 @@ "use strict"; | ||
exports.ArrayByteaType = Object.assign(Object.assign({}, exports.ByteaType), { name: '_bytea', oid: definitions_1.DataTypeOIDs.ArrayBytea, elementsOID: definitions_1.DataTypeOIDs.Bytea }); | ||
//# sourceMappingURL=ByteaType.js.map |
@@ -22,2 +22,1 @@ "use strict"; | ||
exports.ArrayCharType = Object.assign(Object.assign({}, exports.CharType), { name: '_char', oid: definitions_1.DataTypeOIDs.ArrayChar, elementsOID: definitions_1.DataTypeOIDs.Char }); | ||
//# sourceMappingURL=CharType.js.map |
@@ -43,2 +43,1 @@ "use strict"; | ||
exports.ArrayCircleType = Object.assign(Object.assign({}, exports.CircleType), { name: '_circle', oid: definitions_1.DataTypeOIDs.ArrayCircle, elementsOID: definitions_1.DataTypeOIDs.Circle }); | ||
//# sourceMappingURL=CircleType.js.map |
@@ -52,2 +52,1 @@ "use strict"; | ||
exports.ArrayDateType = Object.assign(Object.assign({}, exports.DateType), { name: '_date', oid: definitions_1.DataTypeOIDs.ArrayDate, elementsOID: definitions_1.DataTypeOIDs.Date }); | ||
//# sourceMappingURL=DateType.js.map |
@@ -20,2 +20,1 @@ "use strict"; | ||
exports.ArrayFloat4Type = Object.assign(Object.assign({}, exports.Float4Type), { name: '_float4', oid: definitions_1.DataTypeOIDs.ArrayFloat4, elementsOID: definitions_1.DataTypeOIDs.Float4 }); | ||
//# sourceMappingURL=Float4Type.js.map |
@@ -20,2 +20,1 @@ "use strict"; | ||
exports.ArrayFloat8Type = Object.assign(Object.assign({}, exports.Float8Type), { name: '_float8', oid: definitions_1.DataTypeOIDs.ArrayFloat8, elementsOID: definitions_1.DataTypeOIDs.Float8 }); | ||
//# sourceMappingURL=Float8Type.js.map |
@@ -23,2 +23,1 @@ "use strict"; | ||
exports.ArrayInt2Type = Object.assign(Object.assign({}, exports.Int2Type), { name: '_int2', oid: definitions_1.DataTypeOIDs.ArrayInt2, elementsOID: definitions_1.DataTypeOIDs.Int2 }); | ||
//# sourceMappingURL=Int2Type.js.map |
@@ -23,2 +23,1 @@ "use strict"; | ||
exports.ArrayInt4Type = Object.assign(Object.assign({}, exports.Int4Type), { name: '_int4', oid: definitions_1.DataTypeOIDs.ArrayInt4, elementsOID: definitions_1.DataTypeOIDs.Int4 }); | ||
//# sourceMappingURL=Int4Type.js.map |
@@ -25,2 +25,1 @@ "use strict"; | ||
exports.ArrayInt8Type = Object.assign(Object.assign({}, exports.Int8Type), { name: '_int8', oid: definitions_1.DataTypeOIDs.ArrayInt8, elementsOID: definitions_1.DataTypeOIDs.Int8 }); | ||
//# sourceMappingURL=Int8Type.js.map |
@@ -26,2 +26,1 @@ "use strict"; | ||
exports.ArrayJsonType = Object.assign(Object.assign({}, exports.JsonType), { name: '_json', oid: definitions_1.DataTypeOIDs.ArrayJson, elementsOID: definitions_1.DataTypeOIDs.Json }); | ||
//# sourceMappingURL=JsonType.js.map |
@@ -47,2 +47,1 @@ "use strict"; | ||
exports.ArrayLsegType = Object.assign(Object.assign({}, exports.LsegType), { name: '_lseg', oid: definitions_1.DataTypeOIDs.ArrayLseg, elementsOID: definitions_1.DataTypeOIDs.Lseg }); | ||
//# sourceMappingURL=LsegType.js.map |
@@ -23,2 +23,1 @@ "use strict"; | ||
exports.ArrayOidType = Object.assign(Object.assign({}, exports.OidType), { name: '_oid', oid: definitions_1.DataTypeOIDs.ArrayOid, elementsOID: definitions_1.DataTypeOIDs.Oid }); | ||
//# sourceMappingURL=OidType.js.map |
@@ -36,2 +36,1 @@ "use strict"; | ||
exports.ArrayPointType = Object.assign(Object.assign({}, exports.PointType), { name: '_point', oid: definitions_1.DataTypeOIDs.ArrayPoint, elementsOID: definitions_1.DataTypeOIDs.Point }); | ||
//# sourceMappingURL=PointType.js.map |
@@ -59,2 +59,1 @@ "use strict"; | ||
exports.ArrayTimestampType = Object.assign(Object.assign({}, exports.TimestampType), { name: '_timestamp', oid: definitions_1.DataTypeOIDs.ArrayTimestamp, elementsOID: definitions_1.DataTypeOIDs.Timestamp }); | ||
//# sourceMappingURL=TimestampType.js.map |
@@ -57,2 +57,1 @@ "use strict"; | ||
exports.ArrayTimestamptzType = Object.assign(Object.assign({}, exports.TimestamptzType), { name: '_timestamptz', oid: definitions_1.DataTypeOIDs.ArrayTimestamptz, elementsOID: definitions_1.DataTypeOIDs.Timestamptz }); | ||
//# sourceMappingURL=TimestamptzType.js.map |
@@ -22,2 +22,1 @@ "use strict"; | ||
exports.ArrayVarcharType = Object.assign(Object.assign({}, exports.VarcharType), { name: '_varchar', oid: definitions_1.DataTypeOIDs.ArrayVarchar, elementsOID: definitions_1.DataTypeOIDs.Varchar }); | ||
//# sourceMappingURL=VarcharType.js.map |
@@ -70,2 +70,1 @@ "use strict"; | ||
exports.GlobalTypeMap.register(Object.assign(Object.assign({}, VarcharType_1.ArrayVarcharType), { name: '_xml', oid: definitions_1.DataTypeOIDs.ArrayXml, elementsOID: definitions_1.DataTypeOIDs.Xml })); | ||
//# sourceMappingURL=DataTypeMap.js.map |
@@ -124,2 +124,1 @@ "use strict"; | ||
}; | ||
//# sourceMappingURL=definitions.js.map |
@@ -25,2 +25,1 @@ "use strict"; | ||
__exportStar(require("./util/parse-datetime"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -167,2 +167,1 @@ "use strict"; | ||
exports.IntlConnection = IntlConnection; | ||
//# sourceMappingURL=IntlConnection.js.map |
@@ -144,2 +144,1 @@ "use strict"; | ||
exports.Pool = Pool; | ||
//# sourceMappingURL=Pool.js.map |
@@ -149,2 +149,1 @@ "use strict"; | ||
exports.Portal = Portal; | ||
//# sourceMappingURL=Portal.js.map |
@@ -173,2 +173,1 @@ "use strict"; | ||
exports.PreparedStatement = PreparedStatement; | ||
//# sourceMappingURL=PreparedStatement.js.map |
@@ -249,2 +249,1 @@ "use strict"; | ||
} | ||
//# sourceMappingURL=Backend.js.map |
@@ -79,2 +79,1 @@ "use strict"; | ||
exports.BufferReader = BufferReader; | ||
//# sourceMappingURL=BufferReader.js.map |
@@ -11,2 +11,1 @@ "use strict"; | ||
exports.DatabaseError = DatabaseError; | ||
//# sourceMappingURL=DatabaseError.js.map |
@@ -210,2 +210,1 @@ "use strict"; | ||
} | ||
//# sourceMappingURL=Frontend.js.map |
@@ -318,2 +318,1 @@ "use strict"; | ||
exports.PgSocket = PgSocket; | ||
//# sourceMappingURL=PgSocket.js.map |
@@ -72,2 +72,1 @@ "use strict"; | ||
})(Protocol = exports.Protocol || (exports.Protocol = {})); | ||
//# sourceMappingURL=protocol.js.map |
@@ -108,2 +108,1 @@ "use strict"; | ||
})(SASL = exports.SASL || (exports.SASL = {})); | ||
//# sourceMappingURL=sasl.js.map |
@@ -172,2 +172,1 @@ "use strict"; | ||
SmartBuffer.DEFAULT_PAGE_SIZE = 4096; | ||
//# sourceMappingURL=SmartBuffer.js.map |
@@ -18,2 +18,1 @@ "use strict"; | ||
exports.SafeEventEmitter = SafeEventEmitter; | ||
//# sourceMappingURL=SafeEventEmitter.js.map |
@@ -20,2 +20,1 @@ "use strict"; | ||
exports.arrayCalculateDim = arrayCalculateDim; | ||
//# sourceMappingURL=array-calculatedim.js.map |
@@ -49,2 +49,1 @@ "use strict"; | ||
} | ||
//# sourceMappingURL=bigint-methods.js.map |
@@ -27,2 +27,1 @@ "use strict"; | ||
exports.configFromEnv = configFromEnv; | ||
//# sourceMappingURL=config-from-env.js.map |
@@ -67,2 +67,1 @@ "use strict"; | ||
exports.parseConnectionString = parseConnectionString; | ||
//# sourceMappingURL=connection-config.js.map |
@@ -38,2 +38,1 @@ "use strict"; | ||
exports.decodeBinaryArray = decodeBinaryArray; | ||
//# sourceMappingURL=decode-binaryarray.js.map |
@@ -45,2 +45,1 @@ "use strict"; | ||
exports.encodeBinaryArray = encodeBinaryArray; | ||
//# sourceMappingURL=encode-binaryarray.js.map |
@@ -28,2 +28,1 @@ "use strict"; | ||
exports.escapeLiteral = escapeLiteral; | ||
//# sourceMappingURL=escape-literal.js.map |
@@ -33,2 +33,1 @@ "use strict"; | ||
exports.fastParseInt = fastParseInt; | ||
//# sourceMappingURL=fast-parseint.js.map |
@@ -62,2 +62,1 @@ "use strict"; | ||
exports.parsePostgresArray = parsePostgresArray; | ||
//# sourceMappingURL=parse-array.js.map |
@@ -35,2 +35,1 @@ "use strict"; | ||
exports.parseDateTime = parseDateTime; | ||
//# sourceMappingURL=parse-datetime.js.map |
@@ -39,2 +39,1 @@ "use strict"; | ||
} | ||
//# sourceMappingURL=stringify-arrayliteral.js.map |
@@ -28,2 +28,1 @@ "use strict"; | ||
exports.stringifyValueForSQL = stringifyValueForSQL; | ||
//# sourceMappingURL=stringify-for-sql.js.map |
{ | ||
"name": "postgresql-client", | ||
"description": "Professional PostgreSQL client for JavaScript and TypeScript", | ||
"version": "1.0.0", | ||
"version": "1.0.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
171551
103