-
Notifications
You must be signed in to change notification settings - Fork 321
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
Allow selecting an alternative default database with postgres #640
base: master
Are you sure you want to change the base?
Allow selecting an alternative default database with postgres #640
Conversation
@georgepstaylor It looks like your system may have run black against the file when you made changes to it (black is not yet used for code linting, but may be introduced in the future). For now, this has made the functional changes significantly more difficult to understand, because they are obscured by a much bigger diff than is needed. Would you be willing to isolate the functional changes and resubmit? If you're not comfortable rewriting git history and force-pushing to GitHub, you might need to create a new branch. |
@kurtmckee, you are correct - apologies didn't catch that! I will resubmit |
This reverts commit 3b97df1.
This reverts commit 955e294.
…or/sqlalchemy-utils into default-db-override
@kurtmckee, all sorted - diff looks much easier to read! |
Hi, is this repo still actively maintained? |
Digital Ocean managed postgres database servers use 'defaultdb' instead of postgres.
This should be allowed to be changed, rather than hard coded