File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -122,7 +122,10 @@ private protected NpgsqlBatch(NpgsqlDataSourceCommand command)
122122 }
123123
124124 /// <inheritdoc />
125- protected override DbBatchCommand CreateDbBatchCommand ( )
125+ protected override DbBatchCommand CreateDbBatchCommand ( ) => CreateBatchCommand ( ) ;
126+
127+ /// <inheritdoc cref="DbBatch.CreateBatchCommand"/>
128+ public new NpgsqlBatchCommand CreateBatchCommand ( )
126129 => new NpgsqlBatchCommand ( ) ;
127130
128131 /// <inheritdoc />
@@ -197,4 +200,4 @@ internal static NpgsqlBatch CreateCachedBatch(NpgsqlConnection connection)
197200 batch . Command . IsCacheable = true ;
198201 return batch ;
199202 }
200- }
203+ }
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ Npgsql.ChannelBinding
44Npgsql.ChannelBinding.Disable = 0 -> Npgsql.ChannelBinding
55Npgsql.ChannelBinding.Prefer = 1 -> Npgsql.ChannelBinding
66Npgsql.ChannelBinding.Require = 2 -> Npgsql.ChannelBinding
7+ Npgsql.NpgsqlBatch.CreateBatchCommand() -> Npgsql.NpgsqlBatchCommand!
78Npgsql.NpgsqlConnectionStringBuilder.ChannelBinding.get -> Npgsql.ChannelBinding
89Npgsql.NpgsqlConnectionStringBuilder.ChannelBinding.set -> void
910Npgsql.NpgsqlSlimDataSourceBuilder.EnableFullTextSearch() -> Npgsql.NpgsqlSlimDataSourceBuilder!
You can’t perform that action at this time.
0 commit comments