Antariksh Mahajan

Results 3 issues of Antariksh Mahajan

## Issue Creation Checklist - [x] I understand that my issue will be automatically closed if I don't fill in the requested information - [x] I have read the [contribution...

type: bug
pending-approval

## Context Closes https://github.com/brianc/node-postgres/issues/3309 Related to https://github.com/sequelize/sequelize/issues/17479 ## Approach The issue seems to be that the `_types` member of `Result` is directly overwritten by `Client.query`: https://github.com/brianc/node-postgres/blob/54eb0fa216aaccd727765641e7d1cf5da2bc483d/packages/pg/lib/client.js#L567 However, in `_checkForMultiRow`, we...

## Minimal reproducible example See https://github.com/mantariksh/pg-bug-repro/blob/main/pg.mjs, the instructions are in the README. ## Behaviour observed When I pass a custom type parser via the `types.getTypeParser` function passed to the `Client`...

bug