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 4aa1e01 commit 43d9462Copy full SHA for 43d9462
1 file changed
src/FirebirdSql.Data.FirebirdClient/FirebirdClient/FbConnection.cs
@@ -279,7 +279,7 @@ internal bool IsClosed
279
get { return _state == ConnectionState.Closed; }
280
}
281
282
- internal KeyValuePair<string, object>[] MetricsConnectionAttributes;
+ internal KeyValuePair<string, object>[] MetricsConnectionAttributes = [];
283
284
#endregion
285
0 commit comments