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 2797ad8 commit 71fd5f2Copy full SHA for 71fd5f2
Provider/src/FirebirdSql.Data.FirebirdClient.Tests/FbConnectionTests.cs
@@ -370,6 +370,7 @@ public void PassCryptKey()
370
public void DoNotGoBackToPoolAfterBroken()
371
{
372
var csb = BuildConnectionStringBuilder(FbServerType, Compression);
373
+ csb.Pooling = true;
374
using (var conn = new FbConnection(csb.ToString()))
375
376
conn.Open();
0 commit comments