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 e8fb9a0 commit bb0f07fCopy full SHA for bb0f07f
src/NHibernate.Test/TestCase.cs
@@ -276,7 +276,7 @@ protected virtual void CreateSchema()
276
277
protected virtual void DropSchema()
278
{
279
- if (Sfi.ConnectionProvider.Driver is FirebirdClientDriver fbDriver)
+ if (Sfi?.ConnectionProvider.Driver is FirebirdClientDriver fbDriver)
280
281
// Firebird will pool each connection created during the test and will marked as used any table
282
// referenced by queries. It will at best delays those tables drop until connections are actually
0 commit comments