prisma-engines
2a0f5e29 - refactor(qc): move generator call parsing to a more appropriate place (#5739)

Commit
21 days ago
refactor(qc): move generator call parsing to a more appropriate place (#5739) Generator calls should only be parsed when we expect a scalar. This change also adds some debug assertions to ensure that the return types are correct. For performance and size reasons, we do not compile these checks in release builds because generators do not come from user input and cannot be represented in the JSON protocol.
Author
Parents
Loading