node-postgres
node-postgres copied to clipboard
PostgreSQL client for node.js.
For e.g. a hypthetical long-running request advanced to the db server and is being executed or fetched by the db engine. What happens to that specific db request if the...
long-lived connection: internal nodejs exception with ETIMEDOUT at node:internal/stream_base_commons
Hello, Dear pg mantainer and community. We are getting random exit from nodejs process with: ``` Error: read ETIMEDOUT at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) Emitted 'error' event on Client instance at: at...
Bumps [@types/pg](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/pg) from 7.14.5 to 8.11.0. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [prettier](https://github.com/prettier/prettier) from 3.0.3 to 3.2.4. Release notes Sourced from prettier's releases. 3.2.4 Fix .eslintrc.json format #15947 🔗 Changelog 3.2.3 Format tsconfig.json file with jsonc parser #15927 🔗 Changelog 3.2.2...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 12.12.67 to 20.11.15. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Hi, not sure if this is the expected behaviour or not. I have an INSERT statement failing because a string is too long (`value too long for type character varying(1000)`)....
`TypeOverrides` is too important not to expose it. It should be available from the root. It is essential part of custom type parsing, for which singleton `types` is exposed, while...
pg-types 4.0.2 include performance improvements from https://github.com/brianc/node-pg-types/pull/148
Two new functions are introduced to make it easy for TypeScript users to use a PostgresSQL connection string with pg Client. Fixes #2280