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

Fixed inconsistency in documentation about .$queryRaw methods (updated 050-raw-queries.mdx) #5685

Merged
merged 2 commits into from
Mar 10, 2024

Conversation

nikelborm
Copy link
Contributor

Describe this PR

Fixed little inconsistency in documentation

Changes

  • added that you can't run select 1; select 2 (any amount of queries not equal 1) with every raw query method ($queryRaw, $executeRaw, $queryRawUnsafe, $executeRawUnsafe) instead of only 2 ($executeRaw,$executeRawUnsafe)

Copy link

vercel bot commented Feb 28, 2024

@nikelborm is attempting to deploy a commit to the Prisma Team on Vercel.

A member of the Team first needs to authorize it.

@nikelborm nikelborm changed the title Update 050-raw-queries.mdx Fixed inconsistency in documentation about .$queryRaw methods (updated 050-raw-queries.mdx) Feb 28, 2024
@jharrell jharrell merged commit 54be5b2 into prisma:main Mar 10, 2024
1 of 3 checks passed
@jharrell
Copy link
Member

Nice catch! Thank you for the contribution

@janpio
Copy link
Contributor

janpio commented Mar 11, 2024

We should probably repeat this remark multiple times for each function instead of moving it up to the list in the introduction. Many more users will miss it completely this way, don't you think @jharrell?

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.

3 participants