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

Fix database selection on dedicated connection #2990

Closed
wants to merge 2 commits into from
Closed

Conversation

mp911de
Copy link
Member

@mp911de mp911de commented Sep 11, 2024

We now select the database on the dedicated connection. Previously, this call never happened on the dedicated connection and the only way a database could be selected is through the ConnectionFactory configuration.

Closes #2984

We now select the database on the dedicated connection. Previously, this call never happened on the dedicated connection and the only way a database could be selected is through the ConnectionFactory configuration.

Closes #2984
@mp911de mp911de added the type: bug A general bug label Sep 11, 2024
christophstrobl pushed a commit that referenced this pull request Sep 12, 2024
We now select the database on the dedicated connection. Previously, this call never happened on the dedicated connection and the only way a database could be selected is through the ConnectionFactory configuration.

Closes: #2984
Original Pull Request: #2990
christophstrobl added a commit that referenced this pull request Sep 12, 2024
Make sure nested LettuceConnectionUnitTests are actually run by junit.

Original Pull Request: #2990
christophstrobl pushed a commit that referenced this pull request Sep 12, 2024
We now select the database on the dedicated connection. Previously, this call never happened on the dedicated connection and the only way a database could be selected is through the ConnectionFactory configuration.

Closes: #2984
Original Pull Request: #2990
christophstrobl added a commit that referenced this pull request Sep 12, 2024
Make sure nested LettuceConnectionUnitTests are actually run by junit.

Original Pull Request: #2990
christophstrobl pushed a commit that referenced this pull request Sep 12, 2024
We now select the database on the dedicated connection. Previously, this call never happened on the dedicated connection and the only way a database could be selected is through the ConnectionFactory configuration.

Closes: #2984
Original Pull Request: #2990
christophstrobl added a commit that referenced this pull request Sep 12, 2024
Make sure nested LettuceConnectionUnitTests are actually run by junit.

Original Pull Request: #2990
@mp911de mp911de closed this Sep 12, 2024
@mp911de mp911de deleted the issue/2984 branch September 12, 2024 13:47
@mp911de mp911de added this to the 3.2.10 (2023.1.10) milestone Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug A general bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use before assignment of asyncDedicatedConnection in LettuceConnection
2 participants