Skip to content

Commit 25ff473

Browse files
committed
fix: correct postgres reference in escape.ts
1 parent f495de7 commit 25ff473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/escape.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Source borrowed from node-postgrs (which borrows from PG itself)
1+
// Source borrowed from node-postgres (which borrows from PG itself)
22
// https://github.com/brianc/node-postgres/blob/3f6760c62ee2a901d374b5e50c2f025b7d550315/packages/pg/lib/client.js#L408-L437
33
// We need to manually escape strings because we're interpolating client values into SQL statements that don't support `PREPARE`, such as `CREATE POLICY`
44

0 commit comments

Comments
 (0)