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

Wrong connection can be choosen from EDS pool [CORE5283] #5561

Open
firebird-automations opened this issue Jun 15, 2016 · 2 comments
Open

Wrong connection can be choosen from EDS pool [CORE5283] #5561

firebird-automations opened this issue Jun 15, 2016 · 2 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: @aafemt

Attachments:
wrong_db.sql.7z

When EDS manager code is looking for cached connection in pool, it uses local FS rules for comparison of connection strings. As the result Firebird for Windows can choose wrong connection to database on Linux server. Attached script demonstares that.

Because the code doesn't have enough information for right choice, it should threat connection string as case-sensitive. It may decrease effectivity of connection pool, but let to avoid usage of wrong connection.

@firebird-automations
Copy link
Collaborator Author

Modified by: @aafemt

Attachment: wrong_db.sql.7z [ 12973 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @hvlad

assignee: Vlad Khorsun [ hvlad ]

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

No branches or pull requests

2 participants