Closed elandev closed 7 months ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue still exists. Is there an update on this?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Unfortunately, we can't accept project zip files as reproduction cases. Please paste sufficient code to reproduce here, or submit a PR with a failing test case.
Describe the bug
Get a
NullReferenceException
when callingInsertAsync
with a stored procedure. See exception below.When I use
ExecuteAsync
with the same stored procedure it works.Steps to reproduce
Expected behavior
I expected the
InsertAsync
to work and return the auto-incremented ID.TestMySqlInsert.zip