Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/escape.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Source borrowed from node-postgrs (which borrows from PG itself)
// Source borrowed from node-postgres (which borrows from PG itself)
// https://github.com/brianc/node-postgres/blob/3f6760c62ee2a901d374b5e50c2f025b7d550315/packages/pg/lib/client.js#L408-L437
// We need to manually escape strings because we're interpolating client values into SQL statements that don't support `PREPARE`, such as `CREATE POLICY`

Expand Down
Loading