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 de0bf3e commit 7bd4309Copy full SHA for 7bd4309
lib/index.js
@@ -434,7 +434,7 @@ function Postgres(url, options) {
434
return { type: 0, value: x }
435
436
const value = x.type ? x.value : x
437
- , type = x.array ? typeArrayMap[x.type || inferType(value)] : (x.type || inferType(value))
+ , type = x.array ? typeArrayMap[x.type] : (x.type || inferType(value))
438
439
return {
440
type,
0 commit comments