P
Prisma•5mo ago
joyce

createManyAndReturn order preservation?

do we know if the order of the created entities in the returned list is the same as the input list? couldn't find anything in the docs!
3 Replies
Nurul
Nurul•5mo ago
Hey @joyce No, the order of returned list isn't guaranteed to be the same as input list. This is because database too doesn't guarantee the same order.
joyce
joyceOP•5mo ago
aw darn.. thanks for the reply!
Nurul
Nurul•5mo ago
No worries! 😄

Did you find this page helpful?