Skip to content

issues Search Results · repo:brianc/node-postgres language:JavaScript

Filter by

2k results
 (72 ms)

2k results

inbrianc/node-postgres (press backspace or delete to remove)

How to reproduce: Just fetch rows from any big table const client = new PostgreSqlClient({...credentials, query_timeout: 15 * 60_000}); const cursor = client.query( new Cursor(query), unhandledErrorCallback, ...
  • viladimiru
  • 1
  • Opened 
    3 days ago
  • #3497

I have recently have been experimenting with pg s binary mode for performance reasons and tried the latest change, and I found that it delivers incorrect results sometimes for various non-string fields. ...
bug
  • faulpeltz
  • Opened 
    3 days ago
  • #3495

I m using pg in a cloudflare worker and this worker is using vite, using the cloudflare vite plugin. The new pg-cloudflare package on version 1.2.6 is causing this error: Unhandled error: TypeError: ...
  • astanciu
  • 6
  • Opened 
    5 days ago
  • #3493

the file node_modules/@types/pg/index.d.ts make use of an import that does not seem to works. A valid import is import { NoticeMessage } from pg-protocol/dist/messages.js . Maybe you changed the package.json ...
  • mbret
  • 1
  • Opened 
    6 days ago
  • #3492

While running some tests for CockroachDB we noticed that the binary encoding flag passed during the bind operation does not follow the Postgres specifications for the result-column format. This problem ...
bug
  • fqazi
  • 4
  • Opened 
    10 days ago
  • #3487

If I update to the latest version of tsx, version 4.20.2 (released today) then I get the following error from pg: /node_modules/pg/lib/defaults.js:77 const parseBigInteger = pgTypes.getTypeParser(20, ...
  • JosephHalter
  • Opened 
    12 days ago
  • #3485

Not sure there is anything to be done in the PG library but any tips in regards to investigating this issue further would be welcome. We connect to a NEON Postgres database like so with node-pg. ...
  • dbauszus-glx
  • 2
  • Opened 
    21 days ago
  • #3481

Issue When I use a connection pool with pg, it creates more connections than allowed. Details ~Node~ Bun Version: Bun v1.2.10 Postgres Version: v17.5 (docker) pgbouncer Version: v1.24.0 (running on ...
  • dieperdev
  • 3
  • Opened 
    25 days ago
  • #3476

When query with cursor, following code will crash. import { Pool, PoolClient, escapeIdentifier } from pg ; import Cursor from pg-cursor ; const dbConfig = parse( postgresql://postgres@localhost/postgres ...
  • hwc0919
  • 1
  • Opened 
    27 days ago
  • #3475

Hi 👋 I build an express API with vite in ssr mode and use pg to connect to my postgre database. When building I get this error: [vite]: Rollup failed to resolve import cloudflare:sockets from .../node_modules/.pnpm/pg-cloudflare@1.2.5/node_modules/pg-cloudflare/dist/index.js ...
  • Gashmob
  • 1
  • Opened 
    on May 22
  • #3469
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub