You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Type of Submission
-[x] Bug Report
-[ ] Feature Request
-[ ] Question about Decisions Made in the Repository
-[ ] Question about How to Use This Project
Summary
First of all, thank you for developing this library. I have come across an issue where the re-building of enum map properties does not occur correctly. Here's an example to illustrate the problem:
In the provided example, the enum values and their corresponding map annotations are not being re-built properly during code generation.
Other Information
Detailed Explanation: The issue arises when enum map properties are present in the Prisma schema. The code generation process does not correctly preserve the alignment of enum values and their corresponding map annotations, leading to the incorrect output.
Suggestions for Fix: It's recommended to review the code generation logic responsible for handling enum map properties. Ensure that the alignment of enum values and their annotations is maintained during the re-building process. This will help produce accurate and expected output.
Related Issues: No related issues have been identified at the moment.
Context Links: There's no specific external context for this issue currently available.
Your attention to resolving this matter is greatly appreciated. If you require further information or assistance, please feel free to ask for clarification.
The text was updated successfully, but these errors were encountered:
Type of Submission
-[x] Bug Report
-[ ] Feature Request
-[ ] Question about Decisions Made in the Repository
-[ ] Question about How to Use This Project
Summary
First of all, thank you for developing this library. I have come across an issue where the re-building of enum map properties does not occur correctly. Here's an example to illustrate the problem:
Input:
Incorrect Output:
In the provided example, the enum values and their corresponding map annotations are not being re-built properly during code generation.
Detailed Explanation: The issue arises when enum map properties are present in the Prisma schema. The code generation process does not correctly preserve the alignment of enum values and their corresponding map annotations, leading to the incorrect output.
Suggestions for Fix: It's recommended to review the code generation logic responsible for handling enum map properties. Ensure that the alignment of enum values and their annotations is maintained during the re-building process. This will help produce accurate and expected output.
Related Issues: No related issues have been identified at the moment.
Context Links: There's no specific external context for this issue currently available.
Your attention to resolving this matter is greatly appreciated. If you require further information or assistance, please feel free to ask for clarification.
The text was updated successfully, but these errors were encountered: