Skip to content
#

bulk

Here are 263 public repositories matching this topic...

streamzyuk
streamzyuk commented Feb 18, 2022

I am trying to implement retry logic for Aws Aurora Mysql.

In Linq2db there is retyrpolicy already implemented except there is no way to pass retrypolicy to DataContext.
So I have extended the DataContext as follows.

public class RetryingDataContext : DataContext
{
protected IRetryPolicy _retryPolicy;
public RetryingDataContext(IDataProvider dataProvider, string c

mesmacosta
mesmacosta commented May 6, 2020

What would you like to be added:
Split the documentation into separate README files for each command group.

Why is this needed:
Currently the README.md documentation is too large, it would be easier to have a separate file for each command group.
One for tags, one for tag-templates, one f

documentation help wanted good first issue

Improve this page

Add a description, image, and links to the bulk topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the bulk topic, visit your repo's landing page and select "manage topics."

Learn more