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 9d04ef5 commit b964f21Copy full SHA for b964f21
Provider/src/FirebirdSql.Data.FirebirdClient/FirebirdClient/FbConnectionInternal.cs
@@ -387,9 +387,9 @@ public void ReleasePreparedCommands()
387
}
388
catch (IOException)
389
{
390
- // If an IO error occurs weh trying to release the command
391
- // avoid it. ( It maybe the connection to the server was down
392
- // for unknown reasons. )
+ // If an IO error occurs when trying to release the command
+ // avoid it. (It maybe the connection to the server was down
+ // for unknown reasons.)
393
394
catch (IscException ex)
395
0 commit comments