Skip to content

Commit e629792

Browse files
committed
Using using.
1 parent 5631ed9 commit e629792

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • Provider/src/FirebirdSql.Data.FirebirdClient/Client/Managed/Version10

Provider/src/FirebirdSql.Data.FirebirdClient/Client/Managed/Version10/GdsStatement.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -429,13 +429,13 @@ public override DbValue[] GetOutputParameters()
429429

430430
public override void Describe()
431431
{
432-
System.Diagnostics.Debug.Assert(true);
432+
Debug.Assert(false);
433433
}
434434
// these are not needed for Gds, because it's pre-fetched in Prepare
435435
// maybe we can fetch these also for Fes and Ext etc.
436436
public override void DescribeParameters()
437437
{
438-
System.Diagnostics.Debug.Assert(true);
438+
Debug.Assert(false);
439439
}
440440

441441
#endregion

0 commit comments

Comments
 (0)