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 2cd9aba commit 18c726eCopy full SHA for 18c726e
Provider/src/FirebirdSql.Data.FirebirdClient/Client/Managed/Version12/GdsStatement.cs
@@ -78,7 +78,7 @@ public override void Execute()
78
SafeFinishFetching(ref numberOfResponses);
79
}
80
81
- // we need to split this in two, to alloow server handle op_cancel properly
+ // we need to split this in two, to allow server handle op_cancel properly
82
83
if (ReturnRecordsAffected &&
84
(StatementType == DbStatementType.Insert ||
0 commit comments