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

[drizzle-kit]: fix postgresjs returns array not rows in object #3522

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

kane50613
Copy link

drizzleInstance.execute returns T[] instead of { rows: T[] } when using postgresjs

@james-pellow
Copy link

It appears we duplicated some work between us. I have submitted a pull request #3535 that also solves this problem as well as properly handling params, which is also required to make a push work. I didn't worry about testing for rows, which I don't believe is required but please correct me if I'm wrong and I can update the pull request.

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 this pull request may close these issues.

2 participants