We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba07d19 commit 6e96e45Copy full SHA for 6e96e45
packages/pg/test/integration/client/type-coercion-tests.js
@@ -141,7 +141,7 @@ types.forEach(function (type) {
141
testForTypeCoercion(type)
142
})
143
144
-suite.test('timestampz round trip', function (cb) {
+suite.test('timestamptz round trip', function (cb) {
145
var now = new Date()
146
var client = helper.client()
147
client.query('create temp table date_tests(name varchar(10), tstz timestamptz(3))')
0 commit comments