Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce UseAzureSynapse and UseAzureSql #34052

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

cincuranet
Copy link
Contributor

Fixes #33816

@cincuranet cincuranet changed the title Synapse Introduce UseAzureSynapse and UseAzureSql Jun 21, 2024
@cincuranet cincuranet force-pushed the synapse branch 4 times, most recently from c7252b9 to 999b12d Compare June 25, 2024 11:08
@cincuranet cincuranet marked this pull request as ready for review June 25, 2024 17:57
@cincuranet cincuranet requested a review from a team June 25, 2024 17:57
optionsBuilder
.UseSqlServer(SqlServerNorthwindTestStoreFactory.NorthwindConnectionString);
}
}

protected override void OnModelCreating(ModelBuilder modelBuilder)
Copy link
Member

@AndriySvyryd AndriySvyryd Jun 25, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add tests where UseAzureSql, UseSqlServer with EnableRetryOnFailure, UseAzureSynapse and ConfigureDbContext with a custom execution strategy are called in different orders. Validate that the explicit execution strategy is not clobbered.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Introduce UseAzureSql/UseAzureSynapse as alternatives to UseSqlServer
2 participants