Updated #222 to work with changes done over time#616
Closed
Sp1tF1r3 wants to merge 4 commits intopallets-eco:masterfrom
Closed
Updated #222 to work with changes done over time#616Sp1tF1r3 wants to merge 4 commits intopallets-eco:masterfrom
Sp1tF1r3 wants to merge 4 commits intopallets-eco:masterfrom
Conversation
|
Please, please add this fix to your base branch. It's crazy to have issues when using same table names in multiple databases for sharding purposes. This is how everyone I know does it ourselves included and it's one of the reasons we can't use SQLAlchemy in some applications. ++++1 |
SQLALCHEMY_POOL_PRE_PING implementation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
A lot of time has passed since #222 was published. Updated it to reflect recent changes.