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

Handle missing database #140

Merged
merged 3 commits into from
Jun 22, 2017

Conversation

steveh
Copy link

@steveh steveh commented Jun 22, 2017

This patch makes sequel-rails behave a bit more like ActiveRecord.

db:setup should be more resilient in that it won't fail to drop a database that doesn't exist.

Certain combinations of database.yml, ENV["DATABASE_URL"] and JDBC will now succeed when the port defaults to zero.

@JonathanTron
Copy link
Member

Hi @steveh, thanks for this great Pull Request !

@JonathanTron JonathanTron merged commit 26de118 into TalentBox:master Jun 22, 2017
@steveh
Copy link
Author

steveh commented Jun 25, 2017

Thanks @JonathanTron! I see that you released v0.9.16 which has this PR in the release notes, but it doesn't seem to actually be included in that release? v0.9.16...master

@JonathanTron
Copy link
Member

@steveh You're right, I've messed up this release somehow... I'm fixing it and will release 0.9.17.

Thanks for catching it.

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

Successfully merging this pull request may close these issues.

2 participants