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

MongoDB composite index crashes #13618

Closed
pimeys opened this issue Jun 2, 2022 · 1 comment · Fixed by prisma/prisma-engines#2986
Closed

MongoDB composite index crashes #13618

pimeys opened this issue Jun 2, 2022 · 1 comment · Fixed by prisma/prisma-engines#2986
Labels
bug/2-confirmed Bug has been reproduced and confirmed. kind/bug A reported bug. team/schema Issue for team Schema. topic: introspection topic: mongodb
Milestone

Comments

@pimeys
Copy link
Contributor

pimeys commented Jun 2, 2022

If having two index definitions like this:

{
  "foo": 1,
  "foo.bar": 1
}

The introspection of this will crash.

@janpio janpio added the bug/2-confirmed Bug has been reproduced and confirmed. label Jun 2, 2022
@janpio
Copy link
Member

janpio commented Jun 2, 2022

Error reports for this:
#13563
#12998

Ultimately fixed by:
#13332

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug/2-confirmed Bug has been reproduced and confirmed. kind/bug A reported bug. team/schema Issue for team Schema. topic: introspection topic: mongodb
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants