Support for composite id in MockExecResult #2261
Unanswered
msoral-lidya
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, new user here. I am trying to test inserting row(s) into a table that has composite id.
From the documentation:
Looking at the documentation about mocking execution results I understand that I need to append
MockExecResult
s into theMockDatabase
. However, I could not find any way to achieve this with composite ids.Looking at the implementation I don't think it's supported. Please let me know if I am missing something.
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions