We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34f621d commit 2be473eCopy full SHA for 2be473e
src/MySqlConnector/MySql.Data.MySqlClient/MySqlCommand.cs
@@ -130,7 +130,7 @@ private bool NeedsPrepare(out Exception? exception)
130
131
if (CommandType != CommandType.StoredProcedure && CommandType != CommandType.Text)
132
{
133
- exception = new NotSupportedException("Only CommandType.Text and CommandType.StoredProcedure is currently supported by MySqlCommand.Prepare");
+ exception = new NotSupportedException("Only CommandType.Text and CommandType.StoredProcedure are currently supported by MySqlCommand.Prepare.");
134
return false;
135
}
136
0 commit comments