ErrLookup › brianc/node-postgres
brianc/node-postgres
PostgreSQL client for node.js. · JavaScript · ★ 13,187
Analyzed at c5e8c9a57b on 2026-08-03. 28 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| Both useLibpqCompat and uselibpqcompat are set. Please use o | exception | error | config, connection-string, ssl, validation |
| SECURITY WARNING: Using sslmode=verify-ca requires specifyin | exception | critical | ssl, security, mitm, config, connection-string |
| Invalid ${key}: ${value} | exception | error | config, connection-string, port, validation |
| Release called on client which has already been released to | exception | error | pool, connection-management, lifecycle |
| Binary mode not supported yet | exception | error | protocol, binary, unsupported, internal |
| Client was passed a null or undefined query | exception | error | query, validation, typeerror |
| callback is not a function | exception | error | query, callback, typeerror, validation |
| Invalid sslnegotiation value: "${this.sslnegotiation}". Vali | exception | error | ssl, config, validation |
| sslnegotiation=direct requires SSL to be enabled | exception | error | ssl, config, validation |
| SASL: Only mechanism(s) ${candidates.join(' and ')} are supp | exception | error | sasl, authentication, scram, security |
| SASL: SCRAM-SERVER-FIRST-MESSAGE: client password must be a | exception | error | sasl, authentication, password, validation |
| SASL: SCRAM-SERVER-FIRST-MESSAGE: client password must be a | exception | error | sasl, authentication, password, validation |
| SASL: SCRAM-SERVER-FIRST-MESSAGE: server nonce does not star | exception | error | sasl, security, authentication, nonce, mitm |
| SASL: SCRAM-SERVER-FIRST-MESSAGE: server nonce is too short | exception | error | sasl, security, authentication, nonce |
| SASL: SCRAM-SERVER-FIRST-MESSAGE: iteration count ${sv.itera | exception | error | sasl, security, dos, authentication, config |
| SASL: SCRAM-SERVER-FINAL-MESSAGE: server signature does not | exception | critical | sasl, authentication, security, password, credentials |
| SASL: Invalid attribute pair entry | exception | error | sasl, protocol, validation, authentication |
| SASL: SCRAM-SERVER-FIRST-MESSAGE: nonce missing | exception | error | sasl, protocol, validation, authentication |
| SASL: SCRAM-SERVER-FIRST-MESSAGE: nonce must only contain pr | exception | error | sasl, protocol, security, validation, authentication |
| SASL: SCRAM-SERVER-FIRST-MESSAGE: salt missing | exception | error | sasl, protocol, validation, authentication |
| SASL: SCRAM-SERVER-FIRST-MESSAGE: salt must be base64 | exception | critical | sasl, scram, authentication, postgres, connection, base64 |
| SASL: SCRAM-SERVER-FIRST-MESSAGE: iteration missing | exception | critical | sasl, scram, authentication, connection |
| SASL: SCRAM-SERVER-FIRST-MESSAGE: invalid iteration count | exception | critical | sasl, scram, authentication, connection |
| SASL: SCRAM-SERVER-FINAL-MESSAGE: server returned error: "${ | exception | critical | sasl, scram, authentication, credentials, password |
| SASL: SCRAM-SERVER-FINAL-MESSAGE: server signature is missin | exception | critical | sasl, scram, authentication, connection |
| SASL: SCRAM-SERVER-FINAL-MESSAGE: server signature must be b | exception | critical | sasl, scram, authentication, connection, base64 |
| Client was passed a null or undefined query | exception | error | query, validation, native, typescript |
| circular reference detected while preparing "${val}" for que | exception | error | serialization, query-parameters, circular-reference |