pg-protocol
Advanced tools
Comparing version 1.2.3 to 1.2.4
@@ -23,3 +23,3 @@ "use strict"; | ||
.addCString('client_encoding') | ||
.addCString("'utf-8'") | ||
.addCString('UTF8') | ||
.addCString('') | ||
@@ -26,0 +26,0 @@ .join(true)); |
@@ -11,3 +11,3 @@ "use strict"; | ||
} | ||
writer.addCString('client_encoding').addCString("'utf-8'"); | ||
writer.addCString('client_encoding').addCString('UTF8'); | ||
var bodyBuffer = writer.addCString('').flush(); | ||
@@ -14,0 +14,0 @@ // this message is sent without a code |
{ | ||
"name": "pg-protocol", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"description": "The postgres client/server binary protocol, implemented in TypeScript", | ||
@@ -14,3 +14,3 @@ "main": "dist/index.js", | ||
"chunky": "^0.0.0", | ||
"mocha": "^6.2.2", | ||
"mocha": "^7.1.2", | ||
"ts-node": "^8.5.4", | ||
@@ -26,3 +26,3 @@ "typescript": "^3.7.3" | ||
}, | ||
"gitHead": "9e55a7073b46da9f2ab274f1dd356087e2a7d982" | ||
"gitHead": "f3136a7d5d5498280924b3e06f47f8ce80dbe4e6" | ||
} |
@@ -21,3 +21,3 @@ import assert from 'assert' | ||
.addCString('client_encoding') | ||
.addCString("'utf-8'") | ||
.addCString('UTF8') | ||
.addCString('') | ||
@@ -24,0 +24,0 @@ .join(true) |
@@ -28,3 +28,3 @@ import { Writer } from './buffer-writer' | ||
writer.addCString('client_encoding').addCString("'utf-8'") | ||
writer.addCString('client_encoding').addCString('UTF8') | ||
@@ -31,0 +31,0 @@ var bodyBuffer = writer.addCString('').flush() |
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
224988