Skip to content

Commit 4f04275

Browse files
committed
Support for isc_spb_expected_db (DNET-706).
1 parent e4beb86 commit 4f04275

File tree

1 file changed

+1
-0
lines changed
  • Provider/src/FirebirdSql.Data.FirebirdClient/Services

1 file changed

+1
-0
lines changed

Provider/src/FirebirdSql.Data.FirebirdClient/Services/FbService.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ private ServiceParameterBuffer BuildSpb()
9393
spb.Append((byte)IscCodes.isc_spb_dummy_packet_interval, new byte[] { 120, 10, 0, 0 });
9494
if ((_options?.Role.Length ?? 0) != 0)
9595
spb.Append((byte)IscCodes.isc_spb_sql_role_name, _options.Role);
96+
spb.Append((byte)IscCodes.isc_spb_expected_db, _options.Database);
9697
return spb;
9798
}
9899

0 commit comments

Comments
 (0)