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 087f524 commit 4be29a8Copy full SHA for 4be29a8
Provider/src/FirebirdSql.Data.FirebirdClient/Services/FbService.cs
@@ -81,7 +81,7 @@ private ServiceParameterBufferBase BuildSpb()
81
SpbFilenameEncoding = Encoding2.Default;
82
var spb = _svc.CreateServiceParameterBuffer();
83
spb.AppendPreamble();
84
- if (_svc is Client.Managed.Version10.GdsServiceManager gdsSvc && gdsSvc.Connection.AuthBlock != null)
+ if (_svc is Client.Managed.Version13.GdsServiceManager gdsSvc)
85
{
86
if (!gdsSvc.Connection.AuthBlock.HasClientData)
87
0 commit comments