Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Jun 5, 2024
1 parent 8038258 commit 9fdc0fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/pg-driver/src/factories/createPgDriverFactory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ const createClientConfiguration = (
options: connectionOptions.options,
password: connectionOptions.password,
port: connectionOptions.port,
// @ts-expect-error - https://github.com/brianc/node-postgres/pull/3214
queryMode: 'extended',
ssl: false,
user: connectionOptions.username,
Expand Down

0 comments on commit 9fdc0fd

Please sign in to comment.