Skip to content

Commit

Permalink
fix: disable automatic prepared statements for postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
MihaiNueleanu committed Oct 7, 2023
1 parent b99b3c3 commit 7649819
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/src/repository/postgres.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ export class PostgresRepo implements IDataRepo {

const url = dbUrl;
let options: postgres.Options<{}> = {
prepare: false,
ssl: {
rejectUnauthorized: false,
},
Expand Down

0 comments on commit 7649819

Please sign in to comment.