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

Support different connection strings for SQL transport and SQL persistence #144

Closed
weralabaj opened this issue Aug 9, 2017 · 2 comments
Closed
Labels

Comments

@weralabaj
Copy link
Contributor

weralabaj commented Aug 9, 2017

Raised as an issue on StackOverflow.

When using different connection strings for SQL transport and persistence in transport transaction mode higher than None, SQL persistence is attempting to reuse transport connection and fails.

The issue can be fixed by introducing either UseSqlTransportConnection and default assume people are not using the same connection string, or taking the opposite approach, i.e. introducing DoNotUseSqlTransportConnection and by default assume people are using the same connection string.

@ErikMuir
Copy link

ErikMuir commented Oct 11, 2017

@SimonCropp - Has this been released yet? Is it part of the 3.0.0-beta0001 version?

@SimonCropp
Copy link
Contributor

@ErikMuir no this is not in the 3.0.0-beta0001. the current plan is a new beta within the next 24 hours. and it will be included in that package

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

No branches or pull requests

4 participants