Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

postgres patcher breaks rowMode: array query #364

Closed
isaacl opened this issue Dec 22, 2020 · 1 comment · Fixed by #363
Closed

postgres patcher breaks rowMode: array query #364

isaacl opened this issue Dec 22, 2020 · 1 comment · Fixed by #363

Comments

@isaacl
Copy link
Contributor

isaacl commented Dec 22, 2020

Querying of the form

c.query({
  text: <query>,
  rowMode: 'array'
})

gets passed to pg incorrectly without the rowMode param. I tried to fix in #363 but may have broken something.

@willarmiros
Copy link
Contributor

@isaacl I've followed up on the PR, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants