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 6b7fad8 commit c85d220Copy full SHA for c85d220
src/FirebirdSql.Data.FirebirdClient/FirebirdClient/FbBatchCommand.cs
@@ -27,7 +27,6 @@
27
using FirebirdSql.Data.Logging;
28
29
namespace FirebirdSql.Data.FirebirdClient;
30
-#warning Pull methods shared with FbCommand into some helper?
31
public sealed class FbBatchCommand : IFbPreparedCommand, IDescriptorFiller, IDisposable
32
#if !(NET48 || NETSTANDARD2_0)
33
, IAsyncDisposable
0 commit comments