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

[MDB] Do not hardcode _id to ObjectId during Introspection #11623

Closed
do4gr opened this issue Feb 4, 2022 · 0 comments · Fixed by prisma/prisma-engines#2662
Closed

[MDB] Do not hardcode _id to ObjectId during Introspection #11623

do4gr opened this issue Feb 4, 2022 · 0 comments · Fixed by prisma/prisma-engines#2662
Assignees
Labels
kind/improvement An improvement to existing feature and code. team/schema Issue for team Schema. topic: mongodb
Milestone

Comments

@do4gr
Copy link
Member

do4gr commented Feb 4, 2022

It can have other datatypes as well. If no data is found we should use ObjectId, if data is found we should use the concrete type.

@do4gr do4gr added team/schema Issue for team Schema. topic: mongodb labels Feb 4, 2022
@do4gr do4gr added this to the 3.10.0 milestone Feb 4, 2022
@pantharshit00 pantharshit00 added the kind/improvement An improvement to existing feature and code. label Feb 4, 2022
@pimeys pimeys self-assigned this Feb 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/improvement An improvement to existing feature and code. team/schema Issue for team Schema. topic: mongodb
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants