Skip to content

Commit 45724cc

Browse files
committed
Can be invariant because it's not quoted.
1 parent 471c397 commit 45724cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Provider/src/FirebirdSql.Data.FirebirdClient/FirebirdClient/FbCommandBuilder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public static void DeriveParameters(FbCommand command)
4848
}
4949
else
5050
{
51-
spName = spName.ToUpper(CultureInfo.CurrentCulture);
51+
spName = spName.ToUpperInvariant();
5252
}
5353

5454
var paramsText = string.Empty;

0 commit comments

Comments
 (0)