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 1be23b8 commit 355ed48Copy full SHA for 355ed48
NETProvider/src/FirebirdSql.Data.UnitTests/TrackerIssuesTests.cs
@@ -339,10 +339,6 @@ private static void GetSomething(string connectionString)
339
conn.Open();
340
using (FbCommand command = new FbCommand("select current_timestamp from mon$database", conn))
341
{
342
- FbConnectionStringBuilder csb = new FbConnectionStringBuilder(connectionString);
343
- csb.Pooling = true;
344
- csb.ConnectionLifeTime = 5;
345
- string cs = csb.ToString();
346
command.ExecuteScalar();
347
}
348
0 commit comments