The Wayback Machine - https://web.archive.org/web/20220402195440/https://github.com/topics/sap-hana
Skip to content
#

sap-hana

Here are 137 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

Improve this page

Add a description, image, and links to the sap-hana 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 sap-hana topic, visit your repo's landing page and select "manage topics."

Learn more